Class DataBackendException

All Implemented Interfaces:
Serializable

public class DataBackendException
extends FulcrumSecurityException
Thrown to indicate that there was an error accessing the data backend of the SecurityService.
Version:
$Id: DataBackendException.java 1374616 2012-08-18 17:26:07Z tv $
Author:
Rafal Krzewski
See Also:
Serialized Form
  • Constructor Details

    • DataBackendException

      public DataBackendException​(String msg)
      Construct an DataBackendException with specified detail message.
      Parameters:
      msg - The detail message.
    • DataBackendException

      public DataBackendException​(String msg, Throwable nested)
      Construct an DataBackendException with specified detail message and nested Throwable.
      Parameters:
      msg - The detail message.
      nested - the exception or error that caused this exception to be thrown.