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$
Author:
Rafal Krzewski
See Also:
  • 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.