org.pentaho.platform.api.engine
Class PluginBeanException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.pentaho.platform.api.engine.PluginBeanException
All Implemented Interfaces:
Serializable

public class PluginBeanException
extends Exception
implements Serializable

See Also:
Serialized Form

Constructor Summary
PluginBeanException()
           
PluginBeanException(String message)
           
PluginBeanException(String message, Throwable reas)
           
PluginBeanException(Throwable reas)
           
 
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

PluginBeanException

public PluginBeanException()

PluginBeanException

public PluginBeanException(String message)

PluginBeanException

public PluginBeanException(String message,
                           Throwable reas)

PluginBeanException

public PluginBeanException(Throwable reas)