Package fr.gouv.vitam.common.exception
Class VitamApplicationServerDisconnectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.common.exception.VitamApplicationServerException
fr.gouv.vitam.common.exception.VitamApplicationServerDisconnectException
- All Implemented Interfaces:
Serializable
Exception when the client is disconnected
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVitamApplicationServerDisconnectException(String message, Throwable throwable) -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VitamApplicationServerDisconnectException
- Parameters:
message-
-
VitamApplicationServerDisconnectException
- Parameters:
throwable-
-
VitamApplicationServerDisconnectException
- Parameters:
message-throwable-
-