Klasse DataBackendException

Alle implementierten Schnittstellen:
Serializable

public class DataBackendException extends FulcrumSecurityException
Thrown to indicate that there was an error accessing the data backend of the SecurityService.
Version:
$Id$
Autor:
Rafal Krzewski
Siehe auch:
  • Konstruktordetails

    • DataBackendException

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

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