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:
java.io.Serializable
public class CometCScriptException extends CometException
The type Comet c script exception.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.priint.pubserver.comet.exception.CometException
ERROR_CONTEXT, GENERIC_ERROR
-
-
Constructor Summary
Constructors Constructor Description CometCScriptException(int errorCode, java.lang.String errorCause)Instantiates a new Comet c script exception.CometCScriptException(java.lang.String errorCause)Instantiates a new Comet c script exception.CometCScriptException(java.lang.Throwable cause)Instantiates a new Comet c script exception.
-
Method Summary
-
Methods inherited from class com.priint.pubserver.comet.exception.CometException
getCause
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-
-
-
Constructor Detail
-
CometCScriptException
public CometCScriptException(java.lang.String errorCause)
Instantiates a new Comet c script exception.- Parameters:
errorCause- the error cause
-
CometCScriptException
public CometCScriptException(int errorCode, java.lang.String errorCause)Instantiates a new Comet c script exception.- Parameters:
errorCode- the error codeerrorCause- the error cause
-
CometCScriptException
public CometCScriptException(java.lang.Throwable cause)
Instantiates a new Comet c script exception.- Parameters:
cause- the cause
-
-