net.rim.device.api.lbs.travel
Class TravelTimeRouteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.rim.device.api.lbs.travel.TravelTimeException
net.rim.device.api.lbs.travel.TravelTimeRouteException
public class TravelTimeRouteException
- extends TravelTimeException
Represents an exception when trying to retrieve a route between the specified
starting and ending points.
- Since:
- BlackBerry API 6.0.0
| Fields inherited from class net.rim.device.api.lbs.travel.TravelTimeException |
NO_HTTP_CODE, REQUEST_COMMUNICATION, REQUEST_COURSE_INVALID, REQUEST_LAT_LON_INVALID, REQUEST_MAX_PENDING_EXCEEDED, REQUEST_MISSING_DATA, REQUEST_SPEED_INVALID, REQUEST_START_TIME_INVALID, ROUTING_GENERAL, ROUTING_LAT_LON, ROUTING_ROUTE_EXCEEDS_MAX, ROUTING_ROUTE_NOT_FOUND, ROUTING_SERVICE, UNSPECIFIED |
|
Constructor Summary |
TravelTimeRouteException(int errorCode,
String message)
Constructs the exception object based on the specified routing error code
and message. |
TravelTimeRouteException
public TravelTimeRouteException(int errorCode,
String message)
- Constructs the exception object based on the specified routing error code
and message.
- Parameters:
errorCode - One of the routing error codes defined by this class.message - A message describing the problem.- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal