com.ecyrd.jspwiki.auth
Class NoSuchPrincipalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ecyrd.jspwiki.WikiException
              extended by com.ecyrd.jspwiki.auth.WikiSecurityException
                  extended by com.ecyrd.jspwiki.auth.NoSuchPrincipalException
All Implemented Interfaces:
Serializable

public final class NoSuchPrincipalException
extends WikiSecurityException

Thrown in some error situations where a WikiPrincipal object does not exist.

Since:
2.3
Author:
Andrew Jaquith
See Also:
Serialized Form

Constructor Summary
NoSuchPrincipalException(String msg)
          Constructs a new exception object with a supplied message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchPrincipalException

public NoSuchPrincipalException(String msg)
Constructs a new exception object with a supplied message.

Parameters:
msg - the message