Package oracle.kv

Class KVSecurityException

All Implemented Interfaces:
Serializable, oracle.kv.impl.util.FastExternalizable
Direct Known Subclasses:
AuthenticationFailureException, AuthenticationRequiredException, UnauthorizedException

public abstract class KVSecurityException extends FastExternalizableException
The common abstract base class of KVStore security-related exceptions. These exceptions are produced only when accessing a secure KVStore instance.
Since:
3.0
See Also: