org.openanzo.common.exceptions
Interface ExceptionConstants.NOTIFICATION.SUBCODES

Enclosing interface:
ExceptionConstants.NOTIFICATION

public static interface ExceptionConstants.NOTIFICATION.SUBCODES

Minor Codes


Field Summary
static int COULD_NOT_PUBLISH
          Could not publish update Minor Code
static int JMS_ALREADY_CONNECTED
          JMS connection already established Minor Code
static int JMS_CONNECT_FAILED
          JMS connection failed Minor Code
static int JMS_CONNECT_TIMEOUT
          JMS connection timedout Minor Code
static int JMS_CREATE_PRODUCER_FAILED
          Error creating a JMS producer Minor Code
static int JMS_DISCONNECT_FAILED
          JMS disconnected Minor Code
static int JMS_MESSAGE_PARSING
          Error parsing JMS message Minor Code
static int JMS_MISSING_MESSAGE_PARAMETER
          JMS message missing a parameter Minor Code
static int JMS_NOT_CONNECTED
          JMS not connected Minor Code
static int JMS_PROVIDER_CLASS_FAILED
          Loading JMS provider class failed Minor Code
static int JMS_REGISTER_SELECTOR_ERROR
          Error registering JMS selector Minor Code
static int JMS_UNREGISTER_PRODUCER_FAILED
          Error unregistering a JMS producer Minor Code
static int JMS_UNREGISTER_SELECTOR_ERROR
          Error unregestering JMS selector Minor Code
static int NO_SERVER_RESPONSE
          No server response Minor Code
static int NOTIFICATION_SERVICE_ERROR
          Error in notification service Minor Code
static int PROCESS_UPDATE_FAILED
          Could not process update Minor Code
static int SERVER_CONNECT_EXCEPTION
          Error connecting to notification server Minor Code
static int TRACKER_STORAGE_ERROR
          Error storing tracker Minor Code
 

Field Detail

COULD_NOT_PUBLISH

static final int COULD_NOT_PUBLISH
Could not publish update Minor Code

See Also:
Constant Field Values

PROCESS_UPDATE_FAILED

static final int PROCESS_UPDATE_FAILED
Could not process update Minor Code

See Also:
Constant Field Values

TRACKER_STORAGE_ERROR

static final int TRACKER_STORAGE_ERROR
Error storing tracker Minor Code

See Also:
Constant Field Values

JMS_REGISTER_SELECTOR_ERROR

static final int JMS_REGISTER_SELECTOR_ERROR
Error registering JMS selector Minor Code

See Also:
Constant Field Values

JMS_UNREGISTER_SELECTOR_ERROR

static final int JMS_UNREGISTER_SELECTOR_ERROR
Error unregestering JMS selector Minor Code

See Also:
Constant Field Values

JMS_CONNECT_TIMEOUT

static final int JMS_CONNECT_TIMEOUT
JMS connection timedout Minor Code

See Also:
Constant Field Values

JMS_CONNECT_FAILED

static final int JMS_CONNECT_FAILED
JMS connection failed Minor Code

See Also:
Constant Field Values

NOTIFICATION_SERVICE_ERROR

static final int NOTIFICATION_SERVICE_ERROR
Error in notification service Minor Code

See Also:
Constant Field Values

NO_SERVER_RESPONSE

static final int NO_SERVER_RESPONSE
No server response Minor Code

See Also:
Constant Field Values

SERVER_CONNECT_EXCEPTION

static final int SERVER_CONNECT_EXCEPTION
Error connecting to notification server Minor Code

See Also:
Constant Field Values

JMS_MESSAGE_PARSING

static final int JMS_MESSAGE_PARSING
Error parsing JMS message Minor Code

See Also:
Constant Field Values

JMS_MISSING_MESSAGE_PARAMETER

static final int JMS_MISSING_MESSAGE_PARAMETER
JMS message missing a parameter Minor Code

See Also:
Constant Field Values

JMS_DISCONNECT_FAILED

static final int JMS_DISCONNECT_FAILED
JMS disconnected Minor Code

See Also:
Constant Field Values

JMS_PROVIDER_CLASS_FAILED

static final int JMS_PROVIDER_CLASS_FAILED
Loading JMS provider class failed Minor Code

See Also:
Constant Field Values

JMS_CREATE_PRODUCER_FAILED

static final int JMS_CREATE_PRODUCER_FAILED
Error creating a JMS producer Minor Code

See Also:
Constant Field Values

JMS_UNREGISTER_PRODUCER_FAILED

static final int JMS_UNREGISTER_PRODUCER_FAILED
Error unregistering a JMS producer Minor Code

See Also:
Constant Field Values

JMS_ALREADY_CONNECTED

static final int JMS_ALREADY_CONNECTED
JMS connection already established Minor Code

See Also:
Constant Field Values

JMS_NOT_CONNECTED

static final int JMS_NOT_CONNECTED
JMS not connected Minor Code

See Also:
Constant Field Values


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.