public class InvalidResponseException
extends java.lang.RuntimeException
RuntimeException
raised when the client received a response with an unexpected status code.Modifier | Constructor and Description |
---|---|
|
InvalidResponseException()
Creates a new instance.
|
|
InvalidResponseException(java.lang.String message)
Creates a new instance with the specified
message . |
|
InvalidResponseException(java.lang.String message,
java.lang.Throwable cause)
Creates a new instance with the specified
message and cause . |
protected |
InvalidResponseException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
Creates a new instance with the specified
message , cause , suppression enabled or
disabled, and writable stack trace enabled or disabled. |
|
InvalidResponseException(java.lang.Throwable cause)
Creates a new instance with the specified
cause . |
public InvalidResponseException()
public InvalidResponseException(java.lang.String message, java.lang.Throwable cause)
message
and cause
.public InvalidResponseException(java.lang.String message)
message
.public InvalidResponseException(java.lang.Throwable cause)
cause
.protected InvalidResponseException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
, cause
, suppression enabled or
disabled, and writable stack trace enabled or disabled.