Package org.apache.wiki.auth
Class WikiSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.wiki.api.exceptions.WikiException
org.apache.wiki.auth.WikiSecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
NoSuchPrincipalException
Indicates an authentication or authorization
error or exception.
- Since:
- 2.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an exception.WikiSecurityException
(String msg, Throwable cause) Constructs an exception with a supplied cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WikiSecurityException
Constructs an exception.- Parameters:
msg
- the message to supply to the exception
-
WikiSecurityException
Constructs an exception with a supplied cause.- Parameters:
msg
- the message to supply to the exceptioncause
- the cause
-