com.ecyrd.jspwiki.plugin
Class PluginException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ecyrd.jspwiki.WikiException
                    |
                    +--com.ecyrd.jspwiki.plugin.PluginException
All Implemented Interfaces:
java.io.Serializable

public class PluginException
extends WikiException

See Also:
Serialized Form

Constructor Summary
PluginException(java.lang.String message)
           
PluginException(java.lang.String message, java.lang.Throwable original)
           
 
Method Summary
 java.lang.Throwable getRootThrowable()
           
 
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

PluginException

public PluginException(java.lang.String message)

PluginException

public PluginException(java.lang.String message,
                       java.lang.Throwable original)
Method Detail

getRootThrowable

public java.lang.Throwable getRootThrowable()