public class UnknownException extends CarrierException
FACILITY_DHT, FACILITY_GENERAL, FACILITY_ICE, FACILITY_RESERVED1, FACILITY_RESERVED2, FACILITY_SYSTEM| Modifier | Constructor and Description |
|---|---|
protected |
UnknownException(int errorCode) |
protected |
UnknownException(int errorCode,
java.lang.String message) |
protected |
UnknownException(int errorCode,
java.lang.String message,
java.lang.Throwable cause) |
protected |
UnknownException(int errorCode,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
int |
getFacility() |
fromErrorCode, fromErrorCode, fromErrorCode, fromErrorCode, getErrorCode, getMessageprotected UnknownException(int errorCode)
protected UnknownException(int errorCode,
java.lang.String message)
protected UnknownException(int errorCode,
java.lang.String message,
java.lang.Throwable cause)
protected UnknownException(int errorCode,
java.lang.Throwable cause)
public int getFacility()
getFacility in class CarrierExceptionpublic int getCode()
getCode in class CarrierException