com.ecyrd.jspwiki.auth
Class NoSuchPrincipalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ecyrd.jspwiki.WikiException
com.ecyrd.jspwiki.auth.WikiSecurityException
com.ecyrd.jspwiki.auth.NoSuchPrincipalException
- All Implemented Interfaces:
- Serializable
public class NoSuchPrincipalException
- extends WikiSecurityException
Thrown in some error situations where a WikiPrincipal object does not exist.
- Since:
- 2.3
- Version:
- $Revision: 1.4 $ $Date: 2005/09/02 23:53:09 $
- Author:
- Andrew Jaquith
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NoSuchPrincipalException
public NoSuchPrincipalException(String msg)