Class CatalogAlreadyExistsException

All Implemented Interfaces:
Serializable

public class CatalogAlreadyExistsException extends AlreadyExistsException
An exception thrown when a resource already exists.
See Also:
  • Constructor Details

    • CatalogAlreadyExistsException

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

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