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übersicht
KonstruktorenKonstruktorBeschreibungConstruct an SecurityException with specified detail message.FulcrumSecurityException(String msg, Throwable nested) Construct an SecurityException with specified detail message and nestedThrowable. -
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Konstruktordetails
-
FulcrumSecurityException
Construct an SecurityException with specified detail message.- Parameter:
msg- The detail message.
-
FulcrumSecurityException
Construct 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.
-