Class NoSuchModelVersionURINameException

All Implemented Interfaces:
Serializable

public class NoSuchModelVersionURINameException extends NotFoundException
Exception thrown when a URI name of model version is not found.
See Also:
  • Constructor Details

    • NoSuchModelVersionURINameException

      @FormatMethod public NoSuchModelVersionURINameException(String message, Object... args)
      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message.
      args - the arguments to the message.
    • NoSuchModelVersionURINameException

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