Class InvalidApiVersionException

All Implemented Interfaces:
Serializable, ErrorResponse
Direct Known Subclasses:
NotAcceptableApiVersionException

public class InvalidApiVersionException extends ResponseStatusException
Exception raised when an API version cannot be parsed, or is not in the supported version set.
Since:
7.0
Author:
Rossen Stoyanchev
See Also:
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
      Return the requested version.