oracle.lite.provider.auth

Class AuthException

    • Constructor Summary

      Constructors 
      Constructor and Description
      AuthException()
      Constructs an AuthException with GENERIC_ERROR as the authentication code.
      AuthException(int code)
      Constructs an AuthException with the specified authentication code.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getCode()
      Returns the error code.
      • 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

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • AuthException

        public AuthException()
        Constructs an AuthException with GENERIC_ERROR as the authentication code.
      • AuthException

        public AuthException(int code)
        Constructs an AuthException with the specified authentication code.
        Parameters:
        code - the authentication error code.
    • Method Detail

      • getCode

        public int getCode()
        Returns the error code.