public class InvalidResponseException extends RuntimeException
RuntimeException raised when a client received an invalid response.| Modifier | Constructor and Description |
|---|---|
|
InvalidResponseException()
Creates a new instance.
|
|
InvalidResponseException(String message)
Creates a new instance with the specified
message. |
|
InvalidResponseException(String message,
Throwable cause)
Creates a new instance with the specified
message and cause. |
protected |
InvalidResponseException(String message,
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(Throwable cause)
Creates a new instance with the specified
cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidResponseException()
public InvalidResponseException(String message, Throwable cause)
message and cause.public InvalidResponseException(String message)
message.public InvalidResponseException(Throwable cause)
cause.Copyright © 2020 LeanCloud. All rights reserved.