Class DataMappingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.priint.pubserver.exception.PubServerException
com.priint.pubserver.plugins.datamapping.DataMappingException
All Implemented Interfaces:
Serializable

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

    • DataMappingException

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

      public DataMappingException(String message, Throwable cause)
      Parameters:
      message -
      cause -