Class DSOLRuntimeException

    • Constructor Detail

      • DSOLRuntimeException

        public DSOLRuntimeException()
      • DSOLRuntimeException

        public DSOLRuntimeException​(String message)
        Parameters:
        message - String; the message of the exception
      • DSOLRuntimeException

        public DSOLRuntimeException​(Throwable cause)
        Parameters:
        cause - Throwable; the exception that caused this exception to be triggered
      • DSOLRuntimeException

        public DSOLRuntimeException​(String message,
                                    Throwable cause)
        Parameters:
        message - String; the message of the exception
        cause - Throwable; the exception that caused this exception to be triggered
      • DSOLRuntimeException

        public DSOLRuntimeException​(String message,
                                    Throwable cause,
                                    boolean enableSuppression,
                                    boolean writableStackTrace)
        Parameters:
        message - String; the message of the exception
        cause - Throwable; the exception that caused this exception to be triggered
        enableSuppression - boolean; whether or not suppression is enabled or disabled
        writableStackTrace - boolean; whether or not the stack trace should be writable