Package org.java.plugin
Class PluginLifecycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.java.plugin.JpfException
org.java.plugin.PluginLifecycleException
- All Implemented Interfaces:
Serializable
Exception class that indicates errors during plug-in life cycle.
- Version:
- $Id$
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginLifecycleException
(String packageName, String messageKey) PluginLifecycleException
(String packageName, String messageKey, Object data) PluginLifecycleException
(String packageName, String messageKey, Object data, Throwable cause) -
Method Summary
Methods inherited from class org.java.plugin.JpfException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginLifecycleException
- Parameters:
packageName
- package to load resources frommessageKey
- resource key
-
PluginLifecycleException
- Parameters:
packageName
- package to load resources frommessageKey
- resource keydata
- parameters substitution data
-
PluginLifecycleException
public PluginLifecycleException(String packageName, String messageKey, Object data, Throwable cause) - Parameters:
packageName
- package to load resources frommessageKey
- resource keydata
- parameters substitution datacause
- nested exception
-