org.xwiki.component.wiki
Class WikiComponentRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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
See Also:
Serialized Form

Constructor Summary
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WikiComponentRuntimeException

public WikiComponentRuntimeException(String message)
Constructor of this exception.

Parameters:
message - the message associated with the exception

WikiComponentRuntimeException

public WikiComponentRuntimeException(String message,
                                     Throwable t)
Constructor of this exception.

Parameters:
message - the message associated with the exception
t - the root cause