com.ibm.itim.dataservices.model
Class ModelModificationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.itim.exception.ITIMException
              extended by com.ibm.itim.dataservices.model.ModelException
                  extended by com.ibm.itim.dataservices.model.ModelModificationException
All Implemented Interfaces:
java.io.Serializable

public class ModelModificationException
extends ModelException

ModelModificationException is an exception class used for errors that arise due to failure of updating an object of the data model.

See Also:
Serialized Form

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, INVALID_TARGET_SIZE, INVALID_TARGET_TYPE, INVALID_TARGET_TYPE_FOR_GLOBAL, 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, TENANT_ID_NOT_FOUND
 
Constructor Summary
ModelModificationException(java.lang.String message)
          Constructs an ModelModificationException with a message.
ModelModificationException(java.lang.String msg, java.lang.Object[] tokenValues)
          Constructs a checked exception with a msg identifier and an array of message parameters.
ModelModificationException(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.
ModelModificationException(java.lang.String msg, java.lang.Throwable cause)
          Constructs an ModelModificationException with a message and original exception.
 
Method Summary
 
Methods inherited from class com.ibm.itim.exception.ITIMException
getLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXML
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ModelModificationException

public ModelModificationException(java.lang.String message)
Constructs an ModelModificationException with a message.

Parameters:
message - String holding a descriptive message about the exception.

ModelModificationException

public ModelModificationException(java.lang.String msg,
                                  java.lang.Throwable cause)
Constructs an ModelModificationException with a message and original exception.

Parameters:
msg - String holding a descriptive message about the exception.
cause - The original exception that caused the problem.

ModelModificationException

public ModelModificationException(java.lang.String msg,
                                  java.lang.Object[] tokenValues)
Constructs a checked exception with a msg identifier and an array of message parameters.

Parameters:
msg - string identifier of error message.
tokenValues - Object[] containing string values for replaceable tokens in the message bundle string.

ModelModificationException

public ModelModificationException(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.

Parameters:
msg - string identifier of error message.
tokenValues - Object[] containing string values for replaceable tokens in the message bundle string.
cause - originating exception or error.


IBM Tivoli Identity Manager 5.1
© Copyright International Business Machines Corporation 2007, 2009. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.