Class EoulsanITRuntimeException

All Implemented Interfaces:
Serializable

public class EoulsanITRuntimeException extends EoulsanRuntimeException
This class define a runtime exception for integration tests.
Since:
2.0
Author:
Sandrine Perrin
See Also:
  • Constructor Details

    • 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