Class CometDataProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometDataProcessingException
    extends com.priint.pubserver.exception.PubServerException
    Exception if a data processing methods fails with no remedy.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class com.priint.pubserver.exception.PubServerException

        getCode, getErrorCodeInfo, getErrorsStack, getExceptionsStack, getFormattedMessage, getFormattedMessageTrace, getMessageStack, getModule, getParameters, retrieveErrorCodeInfo, retrieveErrorsStack
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 -