Class SchemaAlreadyExistsException

All Implemented Interfaces:
Serializable

public class SchemaAlreadyExistsException extends AlreadyExistsException
An exception thrown when the schema already exists.
See Also:
  • Constructor Details

    • SchemaAlreadyExistsException

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

      @FormatMethod public SchemaAlreadyExistsException(Throwable cause, @FormatString String message, Object... args)
      Constructs a new SchemaAlreadyExistsException.
      Parameters:
      cause - the cause.
      message - the detail message.
      args - the arguments to the message.