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

Enclosing interface:
ExceptionConstants.NOTIFICATION

public static interface ExceptionConstants.NOTIFICATION.CODES

Major Codes


Field Summary
static int JMS_ERROR
          JMS error Minor Code
static int MASK
          Minor Codes mask value
static int PROCESS_UPDATE_ERROR
          Error processing messages Major Code
static int PUBLISH_UPDATE_ERROR
          Error publishing updates Major Code
static int SERVICE_ERROR
          Notification Service Minor Code
static int TRACKER_ERROR
          Tracker error Minor Code
 

Field Detail

MASK

static final int MASK
Minor Codes mask value

See Also:
Constant Field Values

PUBLISH_UPDATE_ERROR

static final int PUBLISH_UPDATE_ERROR
Error publishing updates Major Code

See Also:
Constant Field Values

PROCESS_UPDATE_ERROR

static final int PROCESS_UPDATE_ERROR
Error processing messages Major Code

See Also:
Constant Field Values

TRACKER_ERROR

static final int TRACKER_ERROR
Tracker error Minor Code

See Also:
Constant Field Values

JMS_ERROR

static final int JMS_ERROR
JMS error Minor Code

See Also:
Constant Field Values

SERVICE_ERROR

static final int SERVICE_ERROR
Notification Service Minor Code

See Also:
Constant Field Values


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