com.ibm.itim.remoteservices.exception
Class AccountAlreadyExistsException

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.remoteservices.exception.RemoteServicesException
                  extended by com.ibm.itim.remoteservices.exception.AccountAlreadyExistsException
All Implemented Interfaces:
java.io.Serializable

public class AccountAlreadyExistsException
extends RemoteServicesException

Exception thrown by remote services account add methods when the specified account already exists.

It is also possible for this exception to occur when a race condition occurs. For example, where two future scheduled adds are run in parallel, and both contain the same account.

See Also:
Serialized Form

Field Summary
static java.lang.String ACCOUNT_ALREADY_EXISTS_ERROR
          message key for default message (used if a constructor with no message Id parameter is called)
 
Constructor Summary
AccountAlreadyExistsException(java.lang.String message)
          Constructor to pass an error message.
AccountAlreadyExistsException(java.lang.String messageId, java.lang.Object[] tokens)
          Constructor to pass an error key & tokens.
 
Method Summary
 
Methods inherited from class com.ibm.itim.remoteservices.exception.RemoteServicesException
getErrorMessageArgs, getXMLFormattedMessage
 
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
 

Field Detail

ACCOUNT_ALREADY_EXISTS_ERROR

public static final java.lang.String ACCOUNT_ALREADY_EXISTS_ERROR
message key for default message (used if a constructor with no message Id parameter is called)

See Also:
Constant Field Values
Constructor Detail

AccountAlreadyExistsException

public AccountAlreadyExistsException(java.lang.String message)
Constructor to pass an error message.

Parameters:
message - Error string.

AccountAlreadyExistsException

public AccountAlreadyExistsException(java.lang.String messageId,
                                     java.lang.Object[] tokens)
Constructor to pass an error key & tokens.

Parameters:
messageId - message id
tokens - tokens / null


IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.