|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--com.ibm.itim.exception.ITIMException | +--com.ibm.itim.dataservices.model.ModelException
ModelException is the base Exception class for all published data model exceptions.
Field Summary | |
---|---|
static java.lang.String |
ATTR_IN_USE
Deprecated. |
static java.lang.String |
ATTRIBUTE_IN_USE
When the system fails to modify an entry because the attribute is in used, this exception key is thrown. |
static java.lang.String |
CREATE_ERROR
An object could not be created |
static java.lang.String |
DUPLICATE_ENTRY
If uniqueness for an attribute is enabled for SunOne directory server, this exception key is thrown to indicate that entry with the same value already existed in the directory server |
static java.lang.String |
ENTRY_ALREADY_EXIST
If the entry already exists in the directory server, this exception key is thrown. |
static java.lang.String |
INVALID_ARG
An invalid argument was passed to a method |
static java.lang.String |
INVALID_ATTRIBUTES
An invalid attribute (or attributes) was provided |
static java.lang.String |
INVALID_CATEGORY
Invalid Category |
static java.lang.String |
INVALID_DN
Invalid DN |
static java.lang.String |
JNDI_OPERATION_ERROR
JNDI error |
static java.lang.String |
META_DATA_CORRUPT
|
static java.lang.String |
META_DATA_INSTANTIATION_ERROR
|
static java.lang.String |
META_DATA_NOT_FOUND
|
static java.lang.String |
NULL_USER_ID
|
static java.lang.String |
OBJECT_NOT_FOUND
A requested object was not found |
static java.lang.String |
PROFILE_NOT_FOUND
Could not find a profile |
static java.lang.String |
RELATIONSHIP_NOT_FOUND
A relationship was not found |
static java.lang.String |
REMOVE_ERROR
Could not delete an object |
static java.lang.String |
SERVER_NOT_AVAILABLE
The data server is not available |
Constructor Summary | |
---|---|
ModelException(java.lang.String message)
Constructs an ModelException with a message. |
|
ModelException(java.lang.String msg,
java.lang.Object[] tokenValues,
java.lang.Throwable throwable)
Constructs a checked exception with a msg identifier, an array of message parameters, and the original exception or error. |
|
ModelException(java.lang.String msg,
java.lang.Throwable throwable)
Constructs an ModelException with a message and original exception. |
Methods inherited from class com.ibm.itim.exception.ITIMException |
---|
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, toXML |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final java.lang.String ATTR_IN_USE
public static final java.lang.String SERVER_NOT_AVAILABLE
public static final java.lang.String INVALID_ARG
public static final java.lang.String OBJECT_NOT_FOUND
public static final java.lang.String CREATE_ERROR
public static final java.lang.String INVALID_ATTRIBUTES
public static final java.lang.String RELATIONSHIP_NOT_FOUND
public static final java.lang.String REMOVE_ERROR
public static final java.lang.String PROFILE_NOT_FOUND
public static final java.lang.String INVALID_DN
public static final java.lang.String INVALID_CATEGORY
public static final java.lang.String JNDI_OPERATION_ERROR
public static final java.lang.String DUPLICATE_ENTRY
public static final java.lang.String ENTRY_ALREADY_EXIST
public static final java.lang.String ATTRIBUTE_IN_USE
public static final java.lang.String NULL_USER_ID
public static final java.lang.String META_DATA_NOT_FOUND
public static final java.lang.String META_DATA_INSTANTIATION_ERROR
public static final java.lang.String META_DATA_CORRUPT
Constructor Detail |
public ModelException(java.lang.String message)
message
- String holding a descriptive message about the exception.public ModelException(java.lang.String msg, java.lang.Throwable throwable)
msg
- String holding a descriptive message about the exception.throwable
- The original exception that caused the problem.public ModelException(java.lang.String msg, java.lang.Object[] tokenValues, java.lang.Throwable throwable)
msg
- string identifier of error message.tokenValues
- Object[] containing string values for replaceable tokens
in the message bundle string.throwable
- originating exception or error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |