Class EoulsanITRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.ens.biologie.genomique.eoulsan.EoulsanRuntimeException
fr.ens.biologie.genomique.eoulsan.EoulsanITRuntimeException
- All Implemented Interfaces:
Serializable
This class define a runtime exception for integration tests.
- Since:
- 2.0
- Author:
- Sandrine Perrin
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new EoulsanITRuntimeException.EoulsanITRuntimeException(String message) Create a new EoulsanITRuntimeException with a message.EoulsanITRuntimeException(String message, Throwable cause) Create a new EoulsanITRuntimeException with a message and a cause.Create a new EoulsanITRuntimeException with a cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EoulsanITRuntimeException
public EoulsanITRuntimeException()Create a new EoulsanITRuntimeException. -
EoulsanITRuntimeException
Create a new EoulsanITRuntimeException with a message.- Parameters:
message- Exception message
-
EoulsanITRuntimeException
Create a new EoulsanITRuntimeException with a message and a cause.- Parameters:
message- the messagecause- the cause
-
EoulsanITRuntimeException
Create a new EoulsanITRuntimeException with a cause.- Parameters:
cause- the cause
-