Class DataMappingException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      DataMappingException​(java.lang.String message, java.lang.Throwable cause)  
      DataMappingException​(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
      • 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

      • DataMappingException

        public DataMappingException​(java.lang.String message,
                                    java.lang.Throwable cause,
                                    int errorCode,
                                    java.lang.Object caller)
        Parameters:
        message -
        cause -
        errorCode -
        caller -
      • DataMappingException

        public DataMappingException​(java.lang.String message,
                                    java.lang.Throwable cause)
        Parameters:
        message -
        cause -