Package org.xwiki.component.wiki
Class WikiComponentRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.xwiki.component.wiki.WikiComponentRuntimeException
-
- All Implemented Interfaces:
Serializable
public class WikiComponentRuntimeException extends RuntimeException
A generic runtime exception thrown by this module, usually a wrapper around lower level exceptions.- Since:
- 4.2M3
- Version:
- $Id: 3d096bf0e336d92f725d426fb0079be4b45a26bc $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WikiComponentRuntimeException(String message)
Constructor of this exception.WikiComponentRuntimeException(String message, Throwable t)
Constructor of this exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
WikiComponentRuntimeException
public WikiComponentRuntimeException(String message)
Constructor of this exception.- Parameters:
message
- the message associated with the exception
-
-