public class InvalidResponseException extends Exception
Constructor and Description |
---|
InvalidResponseException(String message)
Construct with specified message.
|
InvalidResponseException(String message,
Throwable cause)
Construct with specified message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidResponseException(String message, Throwable cause)
message
- is the detail message.cause
- is the parent cause.public InvalidResponseException(String message)
message
- is the detail message.