Class DeepRuntimeException

    • Constructor Detail

      • DeepRuntimeException

        public DeepRuntimeException​(String message)
        Create a new exception with a message.
        Parameters:
        message - the error message
      • DeepRuntimeException

        public DeepRuntimeException​(String message,
                                    Throwable cause)
        Create a new exception with a message and cause.
        Parameters:
        message - the error message
        cause - the cause of the error