Package org.apache.fulcrum.security.util
Klasse FulcrumSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
- Alle implementierten Schnittstellen:
- Serializable
- Bekannte direkte Unterklassen:
- AccessControlException,- DataBackendException,- EntityExistsException,- PasswordMismatchException,- UnknownEntityException
Thrown by SecurityService methods to indicate various problems.
- Version:
- $Id$
- Autor:
- Rafal Krzewski
- Siehe auch:
- 
KonstruktorübersichtKonstruktorenKonstruktorBeschreibungConstruct an SecurityException with specified detail message.FulcrumSecurityException(String msg, Throwable nested) Construct an SecurityException 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- 
FulcrumSecurityExceptionConstruct an SecurityException with specified detail message.- Parameter:
- msg- The detail message.
 
- 
FulcrumSecurityExceptionConstruct an SecurityException with specified detail message and nestedThrowable.- Parameter:
- msg- The detail message.
- nested- the exception or error that caused this exception to be thrown.
 
 
-