Package oracle.security.am.asdk
Class ObAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.security.am.asdk.ObAccessException
- All Implemented Interfaces:
Serializable
Class for Access Server API Exceptions.
An ObAccessException is thrown by the Access Server API whenever unexpected, unrecoverable errors occur between an API client and Access Server.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an ObAccessExceptionObAccessException<wbr>(String message)
Constructs an ObAccessException with the specified messageObAccessException<wbr>(String msg, Throwable exception)
Constructs an ObAccessException with the specified message and Throwable cause -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ObAccessException
public ObAccessException()Constructs an ObAccessException -
ObAccessException
Constructs an ObAccessException with the specified message- Parameters:
message
- Exception Message string
-
ObAccessException
Constructs an ObAccessException with the specified message and Throwable cause- Parameters:
message
- Exception Message stringexception
-
-