public class ServerException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
int |
Code
Error code.
|
| Constructor and Description |
|---|
ServerException(int code,
Logger log)
Initialize ServerException.
|
public ServerException(int code,
Logger log)
code - Exception code.