org.apache.wiki.auth
Class WikiSecurityException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPrincipalException

public class WikiSecurityException
extends WikiException

Indicates an authentication or authorization error or exception.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
WikiSecurityException(String msg)
          Constructs an exception.
WikiSecurityException(String msg, Throwable cause)
          Constructs an exception with a supplied cause.
 
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

WikiSecurityException

public WikiSecurityException(String msg)
Constructs an exception.

Parameters:
msg - the message to supply to the exception

WikiSecurityException

public WikiSecurityException(String msg,
                             Throwable cause)
Constructs an exception with a supplied cause.

Parameters:
msg - the message to supply to the exception
cause - the cause


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