Package org.exoplatform.wiki
Class WikiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.wiki.WikiException
-
- All Implemented Interfaces:
Serializable
public class WikiException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WikiException()WikiException(String message)WikiException(String message, Throwable cause)WikiException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)WikiException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-