public class WikiSecurityException extends WikiException
Constructor and Description |
---|
WikiSecurityException(String msg)
Constructs an exception.
|
WikiSecurityException(String msg,
Throwable cause)
Constructs an exception with a supplied cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public WikiSecurityException(String msg)
msg
- the message to supply to the exceptionpublic WikiSecurityException(String msg, Throwable cause)
msg
- the message to supply to the exceptioncause
- the causeCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.