|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.exception.Messages
Holds all exception messages
Field Summary | |
static int |
COMMON_LOWER_BOUND
defines the lowest message code for common messages |
static int |
COMMON_UPPER_BOUND
defines the highest message code for common messages |
static int |
CONSUMER_LOWER_BOUND
defines the lowest message code for consumer messages |
static int |
CONSUMER_UPPER_BOUND
defines the highest message code for consumer messages |
static int |
PRODUCER_LOWER_BOUND
defines the lowest message code for producer messages |
static int |
PRODUCER_UPPER_BOUND
defines the highest message code for producer messages |
static int |
PROVIDER_LOWER_BOUND
defines the lowest message code for provider messages |
static int |
PROVIDER_UPPER_BOUND
defines the highest message code for provider messages |
Method Summary | |
static java.lang.String |
get(int msgCode)
Returns an error message for a message code |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int COMMON_LOWER_BOUND
public static final int COMMON_UPPER_BOUND
public static final int PRODUCER_LOWER_BOUND
public static final int PRODUCER_UPPER_BOUND
public static final int PROVIDER_LOWER_BOUND
public static final int PROVIDER_UPPER_BOUND
public static final int CONSUMER_LOWER_BOUND
public static final int CONSUMER_UPPER_BOUND
Method Detail |
public static java.lang.String get(int msgCode)
msgCode
- code that identifies a message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |