Class DSOLException

    • Constructor Detail

      • DSOLException

        public DSOLException()
      • DSOLException

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

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

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

        public DSOLException​(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