public class TechilaException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
TechilaException(int errorCode,
java.lang.Exception e) |
TechilaException(int errorCode,
java.lang.String msg) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
java.lang.String |
toString() |
public static final long serialVersionUID