public class WikiException extends java.lang.Exception
| Constructor and Description |
|---|
WikiException(java.lang.String msg)
Constructs an exception.
|
WikiException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an exception with a supplied cause.
|
public WikiException(java.lang.String msg)
msg - the message in the exception.public WikiException(java.lang.String msg, java.lang.Throwable cause)
msg - the message in the exception.cause - the cause of the exceptionCopyright (c) 2001-2022 The Apache Software Foundation. All rights reserved.