public class WikiException extends Exception
Constructor and Description |
---|
WikiException(String msg)
Constructs an exception.
|
WikiException(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 WikiException(String msg)
msg
- the message in the exception.public WikiException(String msg, Throwable cause)
msg
- the message in the exception.cause
- the cause of the exceptionCopyright © 2001-2019 The Apache Software Foundation. All rights reserved.