Package org.forgerock.am.cts.api
Class DataLayerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.cts.api.DataLayerException
- All Implemented Interfaces:
Serializable
Base Data Layer exception for all sub types.
This base exception performs two key roles. First provides an umbrella
exception for all CTS based exceptions to simplify the API design.
Second, provides some automatic formatting of the message to make it
more readable in log files.
- See Also:
-
Constructor Summary
ConstructorDescriptionDataLayerException
(String error) DataLayerException
(String error, Throwable cause) DataLayerException
(String error, Token token) DataLayerException
(String error, Token token, 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
-
DataLayerException
-
DataLayerException
-
DataLayerException
-
DataLayerException
-