Class NotPrimaryResponseException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.davidmoten.oa3.codegen.http.NotPrimaryResponseException
All Implemented Interfaces:
Serializable

public final class NotPrimaryResponseException extends RuntimeException
Indicates that a response other than the primary response was received and the actual response is available from this exception using the response() method.
See Also:
  • Constructor Details

    • NotPrimaryResponseException

      public NotPrimaryResponseException(HttpResponse response)
  • Method Details