Class ModelVersionAliasesAlreadyExistException

All Implemented Interfaces:
Serializable

public class ModelVersionAliasesAlreadyExistException extends AlreadyExistsException
Exception thrown when the model version aliases already exist.
See Also:
  • Constructor Details

    • ModelVersionAliasesAlreadyExistException

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

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