Class EoulsanITRuntimeException

    • Constructor Detail

      • EoulsanITRuntimeException

        public EoulsanITRuntimeException()
        Create a new EoulsanITRuntimeException.
      • EoulsanITRuntimeException

        public EoulsanITRuntimeException​(String message)
        Create a new EoulsanITRuntimeException with a message.
        Parameters:
        message - Exception message
      • EoulsanITRuntimeException

        public EoulsanITRuntimeException​(String message,
                                         Throwable cause)
        Create a new EoulsanITRuntimeException with a message and a cause.
        Parameters:
        message - the message
        cause - the cause
      • EoulsanITRuntimeException

        public EoulsanITRuntimeException​(Throwable cause)
        Create a new EoulsanITRuntimeException with a cause.
        Parameters:
        cause - the cause