Package oracle.kv

Class AuthenticationRequiredException

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

    public class AuthenticationRequiredException
    extends KVSecurityException
    This exception is thrown when a secured operation is attempted and the client is not currently authenticated. This can occur either if the client did not supply login credentials either directly or by specifying a login file, or it can occur if login credentials were specified, but the login session has expired, requiring that the client reauthenticate itself. The client application should reauthenticate before retrying the operation.
    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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface oracle.kv.impl.util.FastExternalizable

        deserializedForm