public class GatewayException extends Exception
Modifier and Type | Field and Description |
---|---|
static String |
CANNOT_SEND |
static String |
GATEWAY_CLOSED |
static String |
GATEWAY_NOT_READY |
static String |
RESPONSE_EXPIRED |
static String |
SERIAL_ERROR |
static String |
SERVISE_READ_ERR |
Constructor and Description |
---|
GatewayException(CmsError error,
String port) |
GatewayException(jssc.SerialPortException cause) |
GatewayException(String message,
CmsError error,
String port) |
GatewayException(String errorMessage,
String port) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
String |
getPortName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static final String SERVISE_READ_ERR
public static final String RESPONSE_EXPIRED
public static final String GATEWAY_CLOSED
public static final String GATEWAY_NOT_READY
public static final String SERIAL_ERROR
public static final String CANNOT_SEND
Copyright © 2015–2016 jSMS4Pi. All rights reserved.