Class NotDeployedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugin.exception.NotDeployedException
- All Implemented Interfaces:
Serializable
Thrown, if a Plugin, PluginMethod or whatever resource, which was expected to be present,
cannot be found.
- Since:
- 4.1.0
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNotDeployedException(Object caller, int errorCode, String errorMessage) NotDeployedException(Object caller, int errorCode, String errorMessage, Throwable cause) NotDeployedException(Object caller, String errorMessage) NotDeployedException(Object caller, String errorMessage, Throwable cause) -
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
-
Field Details
-
NOT_DEPLOYED
Default message text.- See Also:
-
-
Constructor Details
-
NotDeployedException
-
NotDeployedException
-
NotDeployedException
-
NotDeployedException
-