public class InternalWikiException extends RuntimeException
Constructor and Description |
---|
InternalWikiException(String msg)
Create a new InternalWikiException.
|
InternalWikiException(String message,
Throwable cause) |
InternalWikiException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InternalWikiException(String msg)
msg
- The Exception message.public InternalWikiException(String message, Throwable cause)
public InternalWikiException(Throwable cause)
Copyright © 2001-2018 The Apache Software Foundation. All rights reserved.