|
|||||||||||
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 | +--com.ibm.itim.dataservices.model.ModelCreationException
ModelCreationException is an exception class used for errors that arise when attempting to create an entry in the data store for data model specific reasons. Most often causes are schema violations.
Field Summary |
---|
Fields inherited from class com.ibm.itim.dataservices.model.ModelException |
---|
ATTR_IN_USE, ATTRIBUTE_IN_USE, CREATE_ERROR, DUPLICATE_ENTRY, ENTRY_ALREADY_EXIST, INVALID_ARG, INVALID_ATTRIBUTES, INVALID_CATEGORY, INVALID_DN, JNDI_OPERATION_ERROR, META_DATA_CORRUPT, META_DATA_INSTANTIATION_ERROR, META_DATA_NOT_FOUND, NULL_USER_ID, OBJECT_NOT_FOUND, PROFILE_NOT_FOUND, RELATIONSHIP_NOT_FOUND, REMOVE_ERROR, SERVER_NOT_AVAILABLE |
Constructor Summary | |
---|---|
ModelCreationException(java.lang.String message)
Constructs an ModelCreationException with a message. |
|
ModelCreationException(java.lang.String msg,
java.lang.Object[] tokenValues)
Constructs a checked exception with a msg identifier and an array of message parameters. |
|
ModelCreationException(java.lang.String msg,
java.lang.Object[] tokenValues,
java.lang.Throwable cause)
Constructs a checked exception with a msg identifier, an array of message parameters, and the original exception or error. |
|
ModelCreationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an ModelCreationException 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 |
Constructor Detail |
public ModelCreationException(java.lang.String message)
message
- String holding a descriptive message about the exception.public ModelCreationException(java.lang.String msg, java.lang.Throwable cause)
msg
- String holding a descriptive message about the exception.cause
- The original exception that caused the problem.public ModelCreationException(java.lang.String msg, java.lang.Object[] tokenValues)
msg
- string identifier of error message.tokenValues
- Object[] containing string values for replaceable tokens
in the message bundle string.public ModelCreationException(java.lang.String msg, java.lang.Object[] tokenValues, java.lang.Throwable cause)
msg
- string identifier of error message.tokenValues
- Object[] containing string values for replaceable tokens
in the message bundle string.cause
- originating exception or error.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |