Package oracle.kv

Class UnauthorizedException

  • All Implemented Interfaces:
    java.io.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:
    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