Package org.apache.fulcrum.security.util
Klasse DataBackendException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
org.apache.fulcrum.security.util.DataBackendException
- Alle implementierten Schnittstellen:
- Serializable
Thrown to indicate that there was an error accessing the data backend of the
 SecurityService.
- Version:
- $Id$
- Autor:
- Rafal Krzewski
- Siehe auch:
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungConstruct an DataBackendException with specified detail message.DataBackendException(String msg, Throwable nested) Construct an DataBackendException with specified detail message and nestedThrowable.
- 
MethodenübersichtVon Klasse geerbte Methoden java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Konstruktordetails- 
DataBackendExceptionConstruct an DataBackendException with specified detail message.- Parameter:
- msg- The detail message.
 
- 
DataBackendExceptionConstruct an DataBackendException with specified detail message and nestedThrowable.- Parameter:
- msg- The detail message.
- nested- the exception or error that caused this exception to be thrown.
 
 
-