public class UnexpectedAnswerException extends NetworkException
| Constructor and Description |
|---|
UnexpectedAnswerException()
Constructs a new exception with null as its detail message.
|
UnexpectedAnswerException(String message)
Constructs a new exception with the specified detail message.
|
UnexpectedAnswerException(String message,
Throwable cause)
Constructs a new exception with the specified detail message and cause.
|
UnexpectedAnswerException(Throwable cause)
Constructs a new exception with the specified cause and a detail message of
(cause==null ?
|
| Modifier and Type | Method and Description |
|---|---|
ErrorData |
getErrorData() |
void |
setErrorData(ErrorData errorData) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnexpectedAnswerException()
public UnexpectedAnswerException(String message)
public UnexpectedAnswerException(String message, Throwable cause)
public UnexpectedAnswerException(Throwable cause)
Copyright © 2016 Java Wikipedia API (Bliki engine). All rights reserved.