Class DataMapperException

    • Constructor Detail

      • DataMapperException

        public DataMapperException​(String errorCode,
                                   String errorMessage,
                                   Throwable rootCause)
        Constructor for DataMapperException
        Parameters:
        errorCode - The error code
        errorMessage - The error message
        rootCause - the specified cause
      • DataMapperException

        public DataMapperException​(String errorCode,
                                   String errorMessage)
        Constructor for DataMapperException
        Parameters:
        errorCode - The error code
        errorMessage - The error message
      • DataMapperException

        public DataMapperException​(String errorMessage)
        Constructor for DataMapperException
        Parameters:
        errorMessage - The error message