com.netmera.mobile
Class NetmeraException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.netmera.mobile.NetmeraException
All Implemented Interfaces:
java.io.Serializable

public class NetmeraException
extends java.lang.Exception

See Also:
Serialized Form

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

NetmeraException

public NetmeraException(NetmeraException.ErrorCode code,
                        java.lang.String message)

NetmeraException

public NetmeraException(java.lang.String message,
                        java.lang.Throwable cause)

NetmeraException

public NetmeraException(java.lang.Throwable cause)
Method Detail

getCode

public int getCode()