org.apache.wiki.auth
Class NoSuchPrincipalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.wiki.api.exceptions.WikiException
              extended by org.apache.wiki.auth.WikiSecurityException
                  extended by org.apache.wiki.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
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


Copyright © {inceptionYear}-2014 The Apache Software Foundation. All rights reserved.