Class SIRuntimeException

    • Constructor Detail

      • SIRuntimeException

        public SIRuntimeException()
        Construct a new SIRuntimeException with all fields set to default values.
      • SIRuntimeException

        public SIRuntimeException​(String message,
                                  Throwable cause)
        Construct a new SIRuntimeException with specified message and cause.
        Parameters:
        message - String; String
        cause - Throwable; Throwable
      • SIRuntimeException

        public SIRuntimeException​(String message)
        Construct a new SIRuntimeException with specified message.
        Parameters:
        message - String; String
      • SIRuntimeException

        public SIRuntimeException​(Throwable cause)
        Construct a new SIRuntimeException with specified cause.
        Parameters:
        cause - Throwable; Throwable