Class PluginLifecycleException

All Implemented Interfaces:
Serializable

public class PluginLifecycleException extends JpfException
Exception class that indicates errors during plug-in life cycle.
Version:
$Id$
See Also:
  • Constructor Details

    • PluginLifecycleException

      public PluginLifecycleException(String packageName, String messageKey)
      Parameters:
      packageName - package to load resources from
      messageKey - resource key
    • PluginLifecycleException

      public PluginLifecycleException(String packageName, String messageKey, Object data)
      Parameters:
      packageName - package to load resources from
      messageKey - resource key
      data - parameters substitution data
    • PluginLifecycleException

      public PluginLifecycleException(String packageName, String messageKey, Object data, Throwable cause)
      Parameters:
      packageName - package to load resources from
      messageKey - resource key
      data - parameters substitution data
      cause - nested exception