Class ProcessingTooManyUnitsFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.processing.common.exception.ProcessingException
-
- fr.gouv.vitam.processing.common.exception.ProcessingTooManyUnitsFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ProcessingTooManyUnitsFoundException extends ProcessingException
Define a Processing Exception to be thrown when an error occurred, not a fatal error- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProcessingTooManyUnitsFoundException(java.lang.String message)ProcessingTooManyUnitsFoundException(java.lang.String message, java.lang.String unitId, java.lang.String unitGuid, boolean validGuid)ProcessingTooManyUnitsFoundException(java.lang.String message, java.lang.Throwable cause)ProcessingTooManyUnitsFoundException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetUnitGuid()java.lang.StringgetUnitId()booleanisValidGuid()-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
ProcessingTooManyUnitsFoundException
public ProcessingTooManyUnitsFoundException(java.lang.String message, java.lang.Throwable cause)- Parameters:
message- associated messagecause- associated cause
-
ProcessingTooManyUnitsFoundException
public ProcessingTooManyUnitsFoundException(java.lang.Throwable cause)
- Parameters:
cause- associated cause
-
ProcessingTooManyUnitsFoundException
public ProcessingTooManyUnitsFoundException(java.lang.String message, java.lang.String unitId, java.lang.String unitGuid, boolean validGuid)- Parameters:
message- associated messageunitId-unitGuid-
-
ProcessingTooManyUnitsFoundException
public ProcessingTooManyUnitsFoundException(java.lang.String message)
- Parameters:
message- associated message
-
-