Uses of Class
com.netmera.mobile.NetmeraException.ErrorCode

Packages that use NetmeraException.ErrorCode
com.netmera.mobile   
 

Uses of NetmeraException.ErrorCode in com.netmera.mobile
 

Methods in com.netmera.mobile that return NetmeraException.ErrorCode
static NetmeraException.ErrorCode NetmeraException.ErrorCode.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NetmeraException.ErrorCode[] NetmeraException.ErrorCode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.netmera.mobile with parameters of type NetmeraException.ErrorCode
NetmeraException(NetmeraException.ErrorCode code, java.lang.String message)