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) |
getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2016. All rights reserved.