public class PluginLifecycleException extends JpfException
| Constructor and Description |
|---|
PluginLifecycleException(String packageName,
String messageKey) |
PluginLifecycleException(String packageName,
String messageKey,
Object data) |
PluginLifecycleException(String packageName,
String messageKey,
Object data,
Throwable cause) |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PluginLifecycleException(String packageName, String messageKey)
packageName - package to load resources frommessageKey - resource keypublic PluginLifecycleException(String packageName, String messageKey, Object data)
packageName - package to load resources frommessageKey - resource keydata - parameters substitution dataCopyright © 2015. All rights reserved.