Class DataClayRuntimeException

    • Constructor Detail

      • DataClayRuntimeException

        public DataClayRuntimeException()
        Empty constructor used for deserialization.
      • DataClayRuntimeException

        public DataClayRuntimeException​(ErrorDefs.ERRORCODE theerrorCode)
        DataClayRuntimeException constructor
        Parameters:
        theerrorCode - The error code
      • DataClayRuntimeException

        public DataClayRuntimeException​(ErrorDefs.ERRORCODE theerrorCode,
                                        String theexceptionMessage,
                                        boolean extendedMsg)
        DataClayRuntimeException constructor
        Parameters:
        theerrorCode - The error code
        theexceptionMessage - The exception message
        extendedMsg - Whether to show and extended msg (with stack trace) or not