|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.exception.CommonExceptionCodes
public class CommonExceptionCodes
| Field Summary | |
|---|---|
static int |
ABORT
Deprecated. org.openmdx.base.exception.BaseExceptionCode#ABORT |
static int |
ACTIVATION_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#ACTIVATION_FAILURE |
static int |
ASSERTION_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#ASSERTION_FAILURE |
static int |
AUTHORIZATION_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#AUTHORIZATION_FAILURE |
static int |
BAD_MEMBER_NAME
Deprecated. org.openmdx.base.exception.BaseExceptionCode#BAD_MEMBER_NAME |
static int |
BAD_PARAMETER
Deprecated. org.openmdx.base.exception.BaseExceptionCode#BAD_PARAMETER |
static int |
BAD_QUERY_CRITERIA
Deprecated. org.openmdx.base.exception.BaseExceptionCode#BAD_QUERY_CRITERIA |
static int |
BAD_SEQUENCE_LENGTH
Deprecated. org.openmdx.base.exception.BaseExceptionCode#BAD_SEQUENCE_LENGTH |
static int |
CONCURRENT_ACCESS_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#CONCURRENT_ACCESS_FAILURE |
static int |
DATA_CONVERSION
Deprecated. org.openmdx.base.exception.BaseExceptionCode#DATA_CONVERSION |
static int |
DEACTIVATION_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#DEACTIVATION_FAILURE |
static String |
DOMAIN
Deprecated. org.openmdx.base.exception.BaseExceptionCode#DEFAULT_DOMAIN |
static int |
DUPLICATE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#DUPLICATE |
static int |
HEURISTIC
Deprecated. org.openmdx.base.exception.BaseExceptionCode#HEURISTIC |
static int |
ILLEGAL_STATE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#ILLEGAL_STATE |
static int |
INTERNAL
Deprecated. org.openmdx.base.exception.BaseExceptionCode#GENERIC |
static int |
INVALID_CONFIGURATION
Deprecated. org.openmdx.base.exception.BaseExceptionCode#INVALID_CONFIGURATION |
static int |
MEDIA_ACCESS_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#MEDIA_ACCESS_FAILURE |
static int |
NONE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#NONE |
static int |
NOT_AVAILABLE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#NOT_AVAILABLE |
static int |
NOT_FOUND
Deprecated. org.openmdx.base.exception.BaseExceptionCode#NOT_FOUND |
static int |
NOT_SUPPORTED
Deprecated. org.openmdx.base.exception.BaseExceptionCode#NOT_SUPPORTED |
static int |
PROCESSING_FAILURE
Deprecated. org.openmdx.base.exception.BaseExceptionCode#PROCESSING_FAILURE |
static int |
QUOTA_EXCEEDED
Deprecated. org.openmdx.base.exception.BaseExceptionCode#QUOTA_EXCEEDED |
static int |
ROLLBACK
Deprecated. org.openmdx.base.exception.BaseExceptionCode#ROLLBACK |
static int |
TIMEOUT
Deprecated. org.openmdx.base.exception.BaseExceptionCode#TIMEOUT |
static int |
TOO_LARGE_RESULT_SET
Deprecated. org.openmdx.base.exception.BaseExceptionCode#TOO_LARGE_RESULT_SET |
static int |
TOO_MANY_EVENT_LISTENERS
Deprecated. org.openmdx.base.exception.BaseExceptionCode#TOO_MANY_EVENT_LISTENERS |
| Constructor Summary | |
|---|---|
protected |
CommonExceptionCodes()
|
| Method Summary | |
|---|---|
static int |
fromString(String code)
Deprecated. org.openmdx.base.exception.BaseExceptionCode#toValue(String) |
static int |
max()
Deprecated. |
static int |
min()
Deprecated. |
static String |
toString(int code)
Deprecated. org.openmdx.base.exception.BaseExceptionCode#toString(int) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DOMAIN
public static final int NONE
public static final int INTERNAL
This exception must never be a top level Exception in the stack of exceptions, so immediately remap this exception to another application oriented exception.
public static final int ACTIVATION_FAILURE
public static final int PROCESSING_FAILURE
public static final int DEACTIVATION_FAILURE
public static final int ASSERTION_FAILURE
Assertion errors signal "unexpected" exceptions such as programming errors.
public static final int INVALID_CONFIGURATION
public static final int NOT_SUPPORTED
public static final int AUTHORIZATION_FAILURE
public static final int NOT_FOUND
public static final int NOT_AVAILABLE
This exception code means that the request itself is valid but the requested data is not available at the moment. (A specific stock quote for example might be unavailable due to the fact that corresponding market is not opened yet.)
public static final int MEDIA_ACCESS_FAILURE
public static final int QUOTA_EXCEEDED
public static final int TOO_LARGE_RESULT_SET
This exception is thrown when a method produces a result that exceeds a size-related limit. This can happen, for example, when the size of the result exceeds some implementation-specific limit.
public static final int BAD_PARAMETER
public static final int BAD_SEQUENCE_LENGTH
public static final int BAD_QUERY_CRITERIA
public static final int DATA_CONVERSION
public static final int DUPLICATE
public static final int CONCURRENT_ACCESS_FAILURE
public static final int TIMEOUT
public static final int ILLEGAL_STATE
public static final int TOO_MANY_EVENT_LISTENERS
The presence of a "throws ServiceException TOO_MANY_EVENT_LISTENERS" clause on any given concrete implementation of the normally multicast "void addEventListener" event listener registration pattern is used to annotate that interface as implementing a unicast Listener special case, that is, that one and only one Listener may be registered on the particular event listener source concurrently.
public static final int BAD_MEMBER_NAME
public static final int ROLLBACK
public static final int HEURISTIC
public static final int ABORT
| Constructor Detail |
|---|
protected CommonExceptionCodes()
| Method Detail |
|---|
public static int min()
public static int max()
public static String toString(int code)
code - a code to be stringified
public static int fromString(String code)
code - a stringified code
throws - an IllegalArgumentException
if the stringified code cannot be resolved
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||