Class CometDataProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.priint.pubserver.exception.PubServerException
-
- com.priint.pubserver.comet.bridge.dataprocessing.CometDataProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class CometDataProcessingException extends com.priint.pubserver.exception.PubServerExceptionException if a data processing methods fails with no remedy.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CometDataProcessingException(java.lang.String message, java.lang.Throwable cause)CometDataProcessingException(java.lang.String message, java.lang.Throwable cause, int errorCode, java.lang.Object caller)
-
Method Summary
-
Methods inherited from class com.priint.pubserver.exception.PubServerException
getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
-
-
-
-
Constructor Detail
-
CometDataProcessingException
public CometDataProcessingException(java.lang.String message, java.lang.Throwable cause, int errorCode, java.lang.Object caller)- Parameters:
message-cause-errorCode-caller-
-
CometDataProcessingException
public CometDataProcessingException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message-cause-
-
-