Class CatalogNotInUseException

All Implemented Interfaces:
Serializable

public class CatalogNotInUseException extends NotInUseException
An exception thrown when operating on a catalog that is not in use.
See Also:
  • Constructor Details

    • CatalogNotInUseException

      @FormatMethod public CatalogNotInUseException(@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.