Class NoSuchModelVersionException

All Implemented Interfaces:
Serializable

public class NoSuchModelVersionException extends NotFoundException
Exception thrown when a model with specified version is not existed.
See Also:
  • Constructor Details

    • NoSuchModelVersionException

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

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