Class MetaDataDocumentSizeException

All Implemented Interfaces:
Serializable

public class MetaDataDocumentSizeException extends MetaDataException
MetaDataDocumentSizeException max size exceeded error
See Also:
  • Constructor Details

    • MetaDataDocumentSizeException

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

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

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