|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.compatibility.base.exception.CommonExceptionCodes
org.openmdx.compatibility.base.exception.CommonExceptions
public class CommonExceptions
Alias can't refer to superclass!
| Field Summary | |
|---|---|
static int |
ACCESS_DENIED
Deprecated. org.openmdx.base.exception.BasicException.Code#AUTHORIZATION_FAILURE |
static int |
ASSERTION
Deprecated. org.openmdx.base.exception.BasicException.Code#ASSERTION_FAILURE |
static int |
BAD_SELECTION_CRITERIA
Deprecated. org.openmdx.base.exception.BasicException.Code#BAD_QUERY_CRITERIA |
static int |
CONFIGURATION
Deprecated. org.openmdx.base.exception.BasicException.Code#INVALID_CONFIGURATION |
static String |
DOMAIN
Deprecated. org.openmdx.base.exception.BasicException.Code#DEFAULT_DOMAIN |
static int |
EXECUTION_FAILURE
Deprecated. org.openmdx.base.exception.BasicException.Code#PROCESSING_FAILURE |
static int |
MEDIA_ACCESS
Deprecated. org.openmdx.base.exception.BasicException.Code#MEDIA_ACCESS_FAILURE |
static int |
OPTIMISTIC_LOCKING
Deprecated. org.openmdx.base.exception.BasicException.Code#CONCURRENT_ACCESS_FAILURE |
static int |
QUOTA
Deprecated. org.openmdx.base.exception.BasicException.Code#QUOTA_EXCEEDED |
| Fields inherited from class org.openmdx.compatibility.base.exception.CommonExceptionCodes |
|---|
ABORT, ACTIVATION_FAILURE, ASSERTION_FAILURE, AUTHORIZATION_FAILURE, BAD_MEMBER_NAME, BAD_PARAMETER, BAD_QUERY_CRITERIA, BAD_SEQUENCE_LENGTH, CONCURRENT_ACCESS_FAILURE, DATA_CONVERSION, DEACTIVATION_FAILURE, DUPLICATE, HEURISTIC, ILLEGAL_STATE, INTERNAL, INVALID_CONFIGURATION, MEDIA_ACCESS_FAILURE, NONE, NOT_AVAILABLE, NOT_FOUND, NOT_SUPPORTED, PROCESSING_FAILURE, QUOTA_EXCEEDED, ROLLBACK, TIMEOUT, TOO_LARGE_RESULT_SET, TOO_MANY_EVENT_LISTENERS |
| Constructor Summary | |
|---|---|
protected |
CommonExceptions()
Deprecated. |
| Method Summary | |
|---|---|
static int |
fromString(String code)
Deprecated. org.openmdx.base.exception.BasicException.Code#toValue(String) |
static int |
max()
Deprecated. |
static int |
min()
Deprecated. |
static String |
toString(int code)
Deprecated. org.openmdx.base.exception.BasicException.Code#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 EXECUTION_FAILURE
CommonExceptionCodes.PROCESSING_FAILURE,
Constant Field Valuespublic static final int ASSERTION
CommonExceptionCodes.ASSERTION_FAILURE,
Constant Field Valuespublic static final int CONFIGURATION
CommonExceptionCodes.INVALID_CONFIGURATION,
Constant Field Valuespublic static final int ACCESS_DENIED
CommonExceptionCodes.AUTHORIZATION_FAILURE,
Constant Field Valuespublic static final int MEDIA_ACCESS
CommonExceptionCodes.MEDIA_ACCESS_FAILURE,
Constant Field Valuespublic static final int QUOTA
CommonExceptionCodes.QUOTA_EXCEEDED,
Constant Field Valuespublic static final int BAD_SELECTION_CRITERIA
CommonExceptionCodes.BAD_QUERY_CRITERIA,
Constant Field Valuespublic static final int OPTIMISTIC_LOCKING
CommonExceptionCodes.CONCURRENT_ACCESS_FAILURE,
Constant Field Values| Constructor Detail |
|---|
protected CommonExceptions()
| 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 | |||||||||