Oracle9iAS Portal Developer Kit

Security exceptions

These exceptions may be raised by methods in the wwsec_api Security API package.

Exception names and descriptions

INVALID_GRP_NAME_EXCEPTION

The specified group name is not valid.

INVALID_ SITE_EXCEPTION

A referenced site does not exist.

VALUE_ERROR_EXCEPTION

An invalid parameter was passed to the API.

DUPLICATE_GROUP_EXCEPTION

A referenced group name exists.

GROUP_NOT_FOUND_EXCEPTION

A referenced group was not found.

GROUP_MEMBER_EXCEPTION

A referenced group or user is already a member of the list.

GROUP_NOT_UNIQUE_EXCEPTION

Another group exists with the same name.

USER_NOT_FOUND_EXCEPTION

A referenced user does not exist.

USER_EXISTS_EXCEPTION

Another user exists with the same identifier.

NO_MANAGER_EXCEPTION

No manager id exists for the new Oracle Portal user being registered, or there is no manager name on file for a referenced Oracle Portal user.

DUPLICATE_GRANTEE_EXCEPTION

The specified grantee exists.

NO_ACCESSIBLE_OBJECT_EXCEPTION

The referenced object does not exist.

ORG_NOT_EXIST_EXCEPTION

The specified organization does not exist.

INVALID_PERSON_ID_EXCEPTION

A user referenced by ID does not exist.

ACCESS_DENIED_EXCEPTION

A user does not have sufficient privileges to execute a routine.

CIRCULAR_REFERENCE_EXCEPTION

The reference path refers back to the first element in the path, for example: A group owns a group that owns the first group.

UNEXPECTED_EXCEPTION

An undefined exception condition exists.

USER_NOT_DELETABLE_EXCEPTION

The user cannot be deleted.

INVALID_ARGUMENT_EXCEPTION

A specified argument is invalid.

LDAP_CONNECTION_EXCEPTION

An error occurred while connecting to the OID server.

DEPRECATED_API_EXCEPTION

The API has been deprecated.

 

Note: The methods in wwsec_api may raise some exceptions which are not documented here. For example, the underlying code may raise exceptions such as wwsec_oid.LDAP_PARAMETERS_NOT_AVAILABLE, wwsec_oid.LDAP_CONNECTION_ERROR, wwsec_oid.INSUFFICIENT_ACCESS, etc.

Related topics

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio