Class WorkerspaceQueueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.worker.core.exception.WorkerspaceQueueException
-
- All Implemented Interfaces:
java.io.Serializable
public class WorkerspaceQueueException extends VitamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WorkerspaceQueueException(java.lang.String message)
WorkerspaceQueueException(java.lang.String messsage, java.lang.Throwable cause)
WorkerspaceQueueException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
WorkerspaceQueueException
public WorkerspaceQueueException(java.lang.String message)
- Parameters:
message
- associated message
-
WorkerspaceQueueException
public WorkerspaceQueueException(java.lang.Throwable cause)
- Parameters:
cause
- associated cause
-
WorkerspaceQueueException
public WorkerspaceQueueException(java.lang.String messsage, java.lang.Throwable cause)
- Parameters:
messsage
- associated messagecause
- associated cause
-
-