Class MetaDataException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
MetaDataAlreadyExistException, MetaDataClientServerException, MetaDataDocumentSizeException, MetaDataExecutionException, MetadataInvalidSelectException, MetaDataNotFoundException, MetadataScrollLimitExceededException, MetadataScrollThresholdExceededException

public class MetaDataException extends VitamException
MetaDataException the father of all metadata exception
See Also:
  • Constructor Details

    • MetaDataException

      public MetaDataException(VitamError vitamError)
      Constructor
      Parameters:
      vitamError - vitamError to associate with the exception
    • MetaDataException

      public MetaDataException(String message)
      Constructor
      Parameters:
      message - message to associate with the exception
    • MetaDataException

      public MetaDataException(Throwable cause)
      Constructor
      Parameters:
      cause - cause to associate with the exception
    • MetaDataException

      public MetaDataException(String message, Throwable cause)
      Constructor
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception