Package oracle.kv

Class UnauthorizedException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable

public class UnauthorizedException extends KVSecurityException
This exception is thrown from methods where an authenticated user is attempting to perform an operation for which they are not authorized. An application that receives this exception typically should not retry the operation.

Note that in this release, this exception should not occur through legitimate use of the KVStore API. Future release may introduce additional authorization capabilities that may cause this exception to be encountered.

Since:
3.0
See Also: