Class NoSuchCatalogException

All Implemented Interfaces:
Serializable

public class NoSuchCatalogException extends NotFoundException
An exception thrown when a catalog is not found.
See Also:
  • Constructor Details

    • NoSuchCatalogException

      @FormatMethod public NoSuchCatalogException(@FormatString String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • NoSuchCatalogException

      @FormatMethod public NoSuchCatalogException(Throwable cause, String message, Object... args)
      Constructs a new exception with the specified detail message and cause.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.