|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.netmera.mobile.NetmeraException
public class NetmeraException
| Nested Class Summary | |
|---|---|
static class |
NetmeraException.ErrorCode
|
| Constructor Summary | |
|---|---|
NetmeraException(NetmeraException.ErrorCode code,
java.lang.String message)
|
|
NetmeraException(java.lang.String message,
java.lang.Throwable cause)
|
|
NetmeraException(java.lang.Throwable cause)
|
|
| Method Summary | |
|---|---|
int |
getCode()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetmeraException(NetmeraException.ErrorCode code,
java.lang.String message)
public NetmeraException(java.lang.String message,
java.lang.Throwable cause)
public NetmeraException(java.lang.Throwable cause)
| Method Detail |
|---|
public int getCode()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||