Package oracle.kv
Class KVSecurityException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- oracle.kv.FastExternalizableException
 - 
- oracle.kv.KVSecurityException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.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:
 - Serialized Form
 
 
- 
- 
Method Summary
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -