Class IntakeRuntimeException

    • Constructor Detail

      • IntakeRuntimeException

        public IntakeRuntimeException()
        Constructs a new IntakeRuntimeException without specified detail message.
      • IntakeRuntimeException

        public IntakeRuntimeException​(String msg)
        Constructs a new IntakeRuntimeException with specified detail message.
        Parameters:
        msg - The error message.
      • IntakeRuntimeException

        public IntakeRuntimeException​(Throwable nested)
        Constructs a new IntakeRuntimeException with specified nested Throwable.
        Parameters:
        nested - The exception or error that caused this exception to be thrown.
      • IntakeRuntimeException

        public IntakeRuntimeException​(String msg,
                                      Throwable nested)
        Constructs a new IntakeRuntimeException with specified detail message and nested Throwable.
        Parameters:
        msg - The error message.
        nested - The exception or error that caused this exception to be thrown.