Class 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 Details

    • 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