Class DataLayerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.am.cts.api.DataLayerException
All Implemented Interfaces:
Serializable

public class DataLayerException extends Exception
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 Details

    • DataLayerException

      public DataLayerException(String error, Throwable cause)
    • DataLayerException

      public DataLayerException(String error)
    • DataLayerException

      public DataLayerException(String error, Token token)
    • DataLayerException

      public DataLayerException(String error, Token token, Throwable cause)