- WmClient - Class in com.scientiamobile.wurfl.wmclient
 
- 
Main class for Java WM client.
 
- WmException - Exception in com.scientiamobile.wurfl.wmclient
 
- 
WmException is a general purpouse exception throws whenever an unrecoverable error occurs during device detection (ie: no connection available to WM server,
 wrong url or port configurations, etc.
 
- WmException(String) - Constructor for exception com.scientiamobile.wurfl.wmclient.WmException
 
- 
Creates a WmClientException with the given error message
 
- WmException(String, Throwable) - Constructor for exception com.scientiamobile.wurfl.wmclient.WmException
 
- 
Creates a WmException with the given error message and
 the exception that caused the current one.