com.openexchange.admin.plugins
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.plugins.PluginException
All Implemented Interfaces:
Serializable

public class PluginException
extends Exception
implements Serializable

The exception which is thrown by any bundle/plugin. So that the exception is known in the admin core

Author:
d7
See Also:
Serialized Form

Constructor Summary
PluginException()
           
PluginException(String message)
           
PluginException(String message, Throwable cause)
           
PluginException(Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginException

public PluginException()

PluginException

public PluginException(String message)
Parameters:
message -

PluginException

public PluginException(Throwable cause)
Parameters:
cause -

PluginException

public PluginException(String message,
                       Throwable cause)
Parameters:
message -
cause -