Class WorkerServerClientException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.common.exception.VitamClientException
-
- fr.gouv.vitam.worker.client.exception.WorkerClientException
-
- fr.gouv.vitam.worker.client.exception.WorkerServerClientException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkerServerClientException extends WorkerClientException
Exception indicating the Worker server has an internal error.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkerServerClientException(java.lang.String message)
WorkerServerClientException(java.lang.String messsage, java.lang.Throwable cause)
WorkerServerClientException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
WorkerServerClientException
public WorkerServerClientException(java.lang.String message)
- Parameters:
message
- associated message
-
WorkerServerClientException
public WorkerServerClientException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
WorkerServerClientException
public WorkerServerClientException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-