Package org.pentaho.platform.api.engine
Class PluginBeanException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.pentaho.platform.api.engine.PluginBeanException
-
- All Implemented Interfaces:
Serializable
public class PluginBeanException extends Exception implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginBeanException()
PluginBeanException(String message)
PluginBeanException(String message, Throwable reas)
PluginBeanException(Throwable reas)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-