Class PluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.PluginException
- All Implemented Interfaces:
Serializable
Thrown if a basic plug-in handling process like initialization or loading of instances, or notification processing fails.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPluginException(Object caller, int errorCode, String errorMessage) PluginException(Object caller, int errorCode, String message, String... parameters) PluginException(Object caller, int errorCode, String errorMessage, Throwable cause) PluginException(Object caller, int errorCode, String message, Throwable cause, String... parameters) PluginException(String module, String errorMessage) -
Method Summary
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PluginException
-
PluginException
-
PluginException
-
PluginException
-
PluginException
-