Class CometCScriptException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.comet.exception.CometException
com.priint.pubserver.comet.exception.CometCScriptException
- All Implemented Interfaces:
Serializable
The type Comet c script exception.
- See Also:
-
Field Summary
Fields inherited from class com.priint.pubserver.comet.exception.CometException
ERROR_CONTEXT, GENERIC_ERROR -
Constructor Summary
ConstructorsConstructorDescriptionCometCScriptException(int errorCode, String errorCause) Instantiates a new Comet c script exception.CometCScriptException(String errorCause) Instantiates a new Comet c script exception.CometCScriptException(Throwable cause) Instantiates a new Comet c script exception. -
Method Summary
Methods inherited from class com.priint.pubserver.comet.exception.CometException
getCauseMethods 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
-
Constructor Details
-
CometCScriptException
Instantiates a new Comet c script exception.- Parameters:
errorCause- the error cause
-
CometCScriptException
Instantiates a new Comet c script exception.- Parameters:
errorCode- the error codeerrorCause- the error cause
-
CometCScriptException
Instantiates a new Comet c script exception.- Parameters:
cause- the cause
-