org.onebusaway.api
Class ResponseCodes

java.lang.Object
  extended by org.onebusaway.api.ResponseCodes

public class ResponseCodes
extends Object


Field Summary
static int RESPONSE_INVALID_ARGUMENT
           
static int RESPONSE_OK
           
static int RESPONSE_OUT_OF_SERVICE_AREA
           
static int RESPONSE_RESOURCE_NOT_FOUND
           
static int RESPONSE_SERVICE_EXCEPTION
           
static int RESPONSE_UNAUTHORIZED
           
static String VERSION_1_0
           
 
Constructor Summary
ResponseCodes()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VERSION_1_0

public static final String VERSION_1_0
See Also:
Constant Field Values

RESPONSE_OK

public static final int RESPONSE_OK
See Also:
Constant Field Values

RESPONSE_INVALID_ARGUMENT

public static final int RESPONSE_INVALID_ARGUMENT
See Also:
Constant Field Values

RESPONSE_UNAUTHORIZED

public static final int RESPONSE_UNAUTHORIZED
See Also:
Constant Field Values

RESPONSE_RESOURCE_NOT_FOUND

public static final int RESPONSE_RESOURCE_NOT_FOUND
See Also:
Constant Field Values

RESPONSE_OUT_OF_SERVICE_AREA

public static final int RESPONSE_OUT_OF_SERVICE_AREA
See Also:
Constant Field Values

RESPONSE_SERVICE_EXCEPTION

public static final int RESPONSE_SERVICE_EXCEPTION
See Also:
Constant Field Values
Constructor Detail

ResponseCodes

public ResponseCodes()


Copyright © 2012 OneBusAway. All Rights Reserved.