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:
java.io.Serializable
public class NotDeployedException extends PubServerException
Thrown, if a Plugin, PluginMethod or whatever resource, which was expected to be present, cannot be found.- Since:
- 4.1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNOT_DEPLOYEDDefault message text.
-
Constructor Summary
Constructors Constructor Description NotDeployedException(java.lang.Object caller, int errorCode, java.lang.String errorMessage)NotDeployedException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)NotDeployedException(java.lang.Object caller, java.lang.String errorMessage)NotDeployedException(java.lang.Object caller, java.lang.String errorMessage, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-
-
-
Field Detail
-
NOT_DEPLOYED
public static final java.lang.String NOT_DEPLOYED
Default message text.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NotDeployedException
public NotDeployedException(java.lang.Object caller, int errorCode, java.lang.String errorMessage, java.lang.Throwable cause)
-
NotDeployedException
public NotDeployedException(java.lang.Object caller, int errorCode, java.lang.String errorMessage)
-
NotDeployedException
public NotDeployedException(java.lang.Object caller, java.lang.String errorMessage, java.lang.Throwable cause)
-
NotDeployedException
public NotDeployedException(java.lang.Object caller, java.lang.String errorMessage)
-
-