com.wombat.mamda
public class MamdaErrorCode extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static short |
MAMDA_ERROR_BAD_SYMBOL
The symbol does not exist
|
static short |
MAMDA_ERROR_BANDWIDTH_EXCEEDED
Bandwidth exceeded
|
static short |
MAMDA_ERROR_DELETE
Message of type DELETE
|
static short |
MAMDA_ERROR_EXCEPTION |
static short |
MAMDA_ERROR_EXPIRED
Expired
|
static short |
MAMDA_ERROR_LINE_DOWN
The feed handler has detected a Line Down.
|
static short |
MAMDA_ERROR_MISC
Miscellaneous status.
|
static short |
MAMDA_ERROR_NO_SUBSCRIBERS
The feed handler does not have any subscribers to the subject
|
static short |
MAMDA_ERROR_NOT_ENTITLED
Not entitled to a subject
|
static short |
MAMDA_ERROR_NOT_FOUND
Not found
|
static short |
MAMDA_ERROR_NOT_PERMISSIONED
Not permissioned for the subject
|
static short |
MAMDA_ERROR_PLATFORM_STATUS
Error in the underlying messaging API
|
static short |
MAMDA_ERROR_POSSIBLY_STALE
Messages may have been dropped
|
static short |
MAMDA_ERROR_STALE
The subject is stale.
|
static short |
MAMDA_ERROR_TIMEOUT
A time out occurred
|
static short |
MAMDA_ERROR_TOPIC_CHANGE
Topic renamed
|
static short |
MAMDA_NO_ERROR |
Constructor and Description |
---|
MamdaErrorCode() |
Modifier and Type | Method and Description |
---|---|
static short |
codeForMamaMsgStatus(short wombatStatus) |
static java.lang.String |
stringForMamdaError(int type)
Return a text description of the message's status.
|
public static final short MAMDA_NO_ERROR
public static final short MAMDA_ERROR_LINE_DOWN
public static final short MAMDA_ERROR_NO_SUBSCRIBERS
public static final short MAMDA_ERROR_BAD_SYMBOL
public static final short MAMDA_ERROR_EXPIRED
public static final short MAMDA_ERROR_TIMEOUT
public static final short MAMDA_ERROR_MISC
public static final short MAMDA_ERROR_STALE
public static final short MAMDA_ERROR_PLATFORM_STATUS
public static final short MAMDA_ERROR_NOT_ENTITLED
public static final short MAMDA_ERROR_NOT_FOUND
public static final short MAMDA_ERROR_POSSIBLY_STALE
public static final short MAMDA_ERROR_NOT_PERMISSIONED
public static final short MAMDA_ERROR_TOPIC_CHANGE
public static final short MAMDA_ERROR_BANDWIDTH_EXCEEDED
public static final short MAMDA_ERROR_DELETE
public static final short MAMDA_ERROR_EXCEPTION
Copyright 2007 Wombat Financial Software, Inc.