Class MetadataScrollThresholdExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.metadata.api.exception.MetaDataException
-
- fr.gouv.vitam.metadata.api.exception.MetadataScrollThresholdExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class MetadataScrollThresholdExceededException extends MetaDataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataScrollThresholdExceededException(VitamError<?> vitamError)
MetadataScrollThresholdExceededException(java.lang.String message)
MetadataScrollThresholdExceededException(java.lang.String message, java.lang.Throwable cause)
MetadataScrollThresholdExceededException(java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
MetadataScrollThresholdExceededException
public MetadataScrollThresholdExceededException(VitamError<?> vitamError)
-
MetadataScrollThresholdExceededException
public MetadataScrollThresholdExceededException(java.lang.String message)
-
MetadataScrollThresholdExceededException
public MetadataScrollThresholdExceededException(java.lang.Throwable cause)
-
MetadataScrollThresholdExceededException
public MetadataScrollThresholdExceededException(java.lang.String message, java.lang.Throwable cause)
-
-