Class WorkerClientException
- 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
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
WorkerNotFoundClientException
,WorkerServerClientException
public class WorkerClientException extends VitamClientException
Main Worker Client Exception- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkerClientException(java.lang.String message)
WorkerClientException(java.lang.String messsage, java.lang.Throwable cause)
WorkerClientException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
WorkerClientException
public WorkerClientException(java.lang.String message)
- Parameters:
message
- associated message
-
WorkerClientException
public WorkerClientException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
WorkerClientException
public WorkerClientException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-