Package org.apache.fulcrum.security.util
Klasse UnknownEntityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.fulcrum.security.util.FulcrumSecurityException
org.apache.fulcrum.security.util.UnknownEntityException
- Alle implementierten Schnittstellen:
Serializable
Thrown to indicate that the User,Role,Group or Permission that was requested
does not exist.
- Version:
- $Id$
- Autor:
- Rafal Krzewski
- Siehe auch:
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungConstruct an UnknownEntityException with specified detail message.UnknownEntityException
(String msg, Throwable nested) Construct an UnknownEntityException 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
-
UnknownEntityException
Construct an UnknownEntityException with specified detail message.- Parameter:
msg
- The detail message.
-
UnknownEntityException
Construct an UnknownEntityException with specified detail message and nestedThrowable
.- Parameter:
msg
- The detail message.nested
- the exception or error that caused this exception to be thrown.
-