Class ModelAlreadyExistsException

All Implemented Interfaces:
Serializable

public class ModelAlreadyExistsException extends AlreadyExistsException
Exception thrown when a model with specified name already exists.
See Also:
  • Constructor Details

    • ModelAlreadyExistsException

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

      @FormatMethod public ModelAlreadyExistsException(Throwable cause, @FormatString 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.