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:
java.io.Serializable
public class PluginLifecycleException extends JpfException
Exception class that indicates errors during plug-in life cycle.- Version:
- $Id$
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey)
PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey, java.lang.Object data)
PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey, java.lang.Object data, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.java.plugin.JpfException
getMessage
-
-
-
-
Constructor Detail
-
PluginLifecycleException
public PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey)
- Parameters:
packageName
- package to load resources frommessageKey
- resource key
-
PluginLifecycleException
public PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey, java.lang.Object data)
- Parameters:
packageName
- package to load resources frommessageKey
- resource keydata
- parameters substitution data
-
PluginLifecycleException
public PluginLifecycleException(java.lang.String packageName, java.lang.String messageKey, java.lang.Object data, java.lang.Throwable cause)
- Parameters:
packageName
- package to load resources frommessageKey
- resource keydata
- parameters substitution datacause
- nested exception
-
-