Class MetaDataNotFoundException

All Implemented Interfaces:
Serializable

public class MetaDataNotFoundException extends MetaDataException
MetaDataNotFoundException document not found error
See Also:
  • Constructor Details

    • MetaDataNotFoundException

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

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

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