Class MetadataNotFoundException

All Implemented Interfaces:
Serializable

public class MetadataNotFoundException extends NotFoundException
See Also:
  • Constructor Details

    • MetadataNotFoundException

      public MetadataNotFoundException()
    • MetadataNotFoundException

      public MetadataNotFoundException(String message)
    • MetadataNotFoundException

      public MetadataNotFoundException(String message, Throwable cause)
    • MetadataNotFoundException

      public MetadataNotFoundException(Throwable cause)
    • MetadataNotFoundException

      public MetadataNotFoundException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)