Package fr.gouv.vitam.common.exception
Class VitamRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- fr.gouv.vitam.common.exception.VitamRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ChangesTriggerConfigFileException,CsvParseInternalException,RuntimeStorageException,VitamFatalRuntimeException,VitamKoRuntimeException
public class VitamRuntimeException extends java.lang.RuntimeExceptionMain Runtime Vitam Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VitamRuntimeException(java.lang.String message)VitamRuntimeException(java.lang.String message, java.lang.Throwable cause)VitamRuntimeException(java.lang.Throwable cause)
-