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:
Serializable
public class CometDataProcessingException
extends com.priint.pubserver.exception.PubServerException
Exception if a data processing methods fails with no remedy.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCometDataProcessingException(String message, Throwable cause) CometDataProcessingException(String message, Throwable cause, int errorCode, Object caller) -
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, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CometDataProcessingException
- Parameters:
message-cause-errorCode-caller-
-
CometDataProcessingException
- Parameters:
message-cause-
-