public class ProtocolException extends BaseException
| Constructor and Description |
|---|
ProtocolException(String error) |
ProtocolException(String error,
String reason) |
ProtocolException(String error,
String reason,
Throwable innerException) |
ProtocolException(String error,
Throwable innerException) |
ProtocolException(Throwable innerException) |
| Modifier and Type | Method and Description |
|---|---|
String |
getReason() |
setReasonaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ProtocolException(Throwable innerException)
public ProtocolException(String error)
public String getReason()
getReason in class BaseExceptionCopyright © 2020. All rights reserved.