|
||||||||||
| 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
org.openmdx.compatibility.base.dataprovider.cci.DataproviderExceptions
public class DataproviderExceptions
The CommonException class contains exceptions codes used in
CORBA and non-CORBA environments.
| Field Summary | |
|---|---|
static String |
DOMAIN
Deprecated. org.openmdx.base.exception.BasicException.Code#DEFAULT_DOMAIN |
static int |
INVALID_ATTRIBUTE
Deprecated. org.openmdx.base.exception.BasicException.Code#BAD_MEMBER_NAME |
static int |
NOT_A_REFERENCE
Deprecated. without replacement |
static int |
NOT_AN_OBJECT
Deprecated. without replacement |
static int |
TRANSIENT
Deprecated. without replacement |
| Fields inherited from class org.openmdx.compatibility.base.exception.CommonExceptions |
|---|
ACCESS_DENIED, ASSERTION, BAD_SELECTION_CRITERIA, CONFIGURATION, EXECUTION_FAILURE, MEDIA_ACCESS, OPTIMISTIC_LOCKING, QUOTA |
| 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 |
DataproviderExceptions()
Deprecated. |
| Method Summary | |
|---|---|
static int |
fromString(String code)
Deprecated. Returns the code of the passed code's string representation. |
static int |
max()
Deprecated. Returns the biggest defined integer constant or Integer.MIN_VALUE if no integer constant is defined. |
static int |
min()
Deprecated. Returns the smallest defined integer constant or Integer.MAX_VALUE if no integer constant is defined. |
static String |
toString(int code)
Deprecated. Returns a string representation of the passed code |
| 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 TRANSIENT
This exception code is deprecated without any replacement!
public static final int INVALID_ATTRIBUTE
public static final int NOT_A_REFERENCE
public static final int NOT_AN_OBJECT
| Constructor Detail |
|---|
protected DataproviderExceptions()
| 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 | |||||||||