Class CollectInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.collect.common.exception.CollectInternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class CollectInternalException extends VitamException
Exception is the superclass of all VITAM processing exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CollectInternalException(java.lang.String message)
ProcessingException constructor Construct the processing exception with a messageCollectInternalException(java.lang.String message, java.lang.Throwable cause)
ProcessingException constructor Construct the processing exception with a message and a throwable exceptionCollectInternalException(java.lang.Throwable cause)
ProcessingException constructor Construct the processing exception with a throwable exception
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
CollectInternalException
public CollectInternalException(java.lang.String message, java.lang.Throwable cause)
ProcessingException constructor Construct the processing exception with a message and a throwable exception- Parameters:
message
- associated messagecause
- associated cause
-
CollectInternalException
public CollectInternalException(java.lang.Throwable cause)
ProcessingException constructor Construct the processing exception with a throwable exception- Parameters:
cause
- associated cause
-
CollectInternalException
public CollectInternalException(java.lang.String message)
ProcessingException constructor Construct the processing exception with a message- Parameters:
message
- associated message
-
-