Package org.apache.wiki.auth
Class NoSuchPrincipalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.wiki.api.exceptions.WikiException
-
- org.apache.wiki.auth.WikiSecurityException
-
- org.apache.wiki.auth.NoSuchPrincipalException
-
- All Implemented Interfaces:
java.io.Serializable
public final class NoSuchPrincipalException extends WikiSecurityException
Thrown in some error situations where a WikiPrincipal object does not exist.- Since:
- 2.3
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchPrincipalException(java.lang.String msg)
Constructs a new exception object with a supplied message.
-
-
-
Constructor Detail
-
NoSuchPrincipalException
public NoSuchPrincipalException(java.lang.String msg)
Constructs a new exception object with a supplied message.- Parameters:
msg
- the message
-
-