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:
java.io.Serializable
public class VitamApplicationServerDisconnectException extends VitamApplicationServerException
Exception when the client is disconnected- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VitamApplicationServerDisconnectException(java.lang.String message)
VitamApplicationServerDisconnectException(java.lang.String message, java.lang.Throwable throwable)
VitamApplicationServerDisconnectException(java.lang.Throwable throwable)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
VitamApplicationServerDisconnectException
public VitamApplicationServerDisconnectException(java.lang.String message)
- Parameters:
message
-
-
VitamApplicationServerDisconnectException
public VitamApplicationServerDisconnectException(java.lang.Throwable throwable)
- Parameters:
throwable
-
-
VitamApplicationServerDisconnectException
public VitamApplicationServerDisconnectException(java.lang.String message, java.lang.Throwable throwable)
- Parameters:
message
-throwable
-
-
-