public abstract class AbstractClientException extends ConcreteException
| Modifier and Type | Field and Description |
|---|---|
protected int |
code |
protected String |
msg |
| Constructor and Description |
|---|
AbstractClientException(int code,
String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected final int code
protected final String msg
public AbstractClientException(int code,
String msg)
public int getCode()
getCode in class ConcreteExceptionpublic String getMessage()
getMessage in class ConcreteExceptionCopyright © 2018. All rights reserved.