public class UnknownResponseException extends Exception
| Constructor and Description |
|---|
UnknownResponseException(String message,
byte[] response,
int expectedReturnCode,
int expectedOpCode) |
| Modifier and Type | Method and Description |
|---|---|
static String |
bytesToHex(byte[] bytes,
int start,
int length) |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnknownResponseException(String message, byte[] response, int expectedReturnCode, int expectedOpCode)
public String getMessage()
getMessage in class Throwablepublic static String bytesToHex(byte[] bytes, int start, int length)