Class CometException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.comet.exception.CometException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CometCScriptException,ConfigNotFoundException,ContainerEmptyException,OperationUnsupportedException,SessionInvalidOrExpiredException,UnresolvedDependenciesException
Base class for Exceptions thrown in the DatabasePublishing context
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe constant ERROR_CONTEXT "com.priint.pubserver.comet.config.CometConfiguration".static final intThe constant GENERIC_ERROR "-1". -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new Comet exception.CometException(int errorCode, Object caller, String errorMessage) Instantiates a new Comet exception.CometException(int errorCode, Object caller, Throwable cause) Instantiates a new Comet exception.CometException(int errorCode, String serverModule, String errorMessage) Instantiates a new Comet exception.CometException(Object caller, String errorMessage) Instantiates a new Comet exception.CometException(Object caller, String message, Throwable cause) Instantiates a new Comet exception.CometException(Object caller, Throwable cause) Instantiates a new Comet exception.CometException(Throwable cause) Instantiates a new Comet exception. -
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, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ERROR_CONTEXT
The constant ERROR_CONTEXT "com.priint.pubserver.comet.config.CometConfiguration".- See Also:
-
GENERIC_ERROR
public static final int GENERIC_ERRORThe constant GENERIC_ERROR "-1".- See Also:
-
-
Constructor Details
-
CometException
public CometException()Instantiates a new Comet exception. -
CometException
Instantiates a new Comet exception.- Parameters:
errorCode- the error codecaller- the callererrorMessage- the error message
-
CometException
Instantiates a new Comet exception.- Parameters:
caller- the callererrorMessage- the error message
-
CometException
Instantiates a new Comet exception.- Parameters:
errorCode- the error codeserverModule- the server moduleerrorMessage- the error message
-
CometException
Instantiates a new Comet exception.- Parameters:
errorCode- the error codecaller- the callercause- the cause
-
CometException
Instantiates a new Comet exception.- Parameters:
caller- the callercause- the cause
-
CometException
Instantiates a new Comet exception.- Parameters:
caller- the callermessage- the messagecause- the cause
-
CometException
Instantiates a new Comet exception.- Parameters:
cause- the cause
-
-
Method Details