com.ibm.itim.script
Class ScriptEvaluationRetryException

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.script.ScriptException
                  extended by com.ibm.itim.script.ScriptEvaluationException
                      extended by com.ibm.itim.script.ScriptEvaluationRetryException
All Implemented Interfaces:
java.io.Serializable

public class ScriptEvaluationRetryException
extends ScriptEvaluationException

Represents an exception thrown from the script interpreter due to Directory Server communication error. This class supports localization with an interface that allows the specification of a resource bundle message and a set of parameters.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.itim.script.ScriptException
CUSTOM_ERROR_INVALID_FUNCTION_ARGUMENTS, ENCRYPTION_DECRYPTION_ERROR, EVAL_ERROR, ILLEGAL_STATE_EXCEPTION_DIROBJECT_NULL, INVALID_CONTEXT, INVALID_JSOBJECT, INVALID_SCOPE_VALUE, JAVA_OBJECT_CREATION_ERROR, PROFILE_MISSING, SCOPE_NOT_INT, SCRIPT_OBJECT_CREATION_ERROR, UNSUPPORTED_CONVERSION, USER_TRIGGERED_EVAL_ERROR
 
Constructor Summary
ScriptEvaluationRetryException(java.lang.String msg)
          Constructs the exception with a message.
ScriptEvaluationRetryException(java.lang.String msg, java.lang.Object[] tokenValues)
          Constructs the exception with a message and a list of parameters.
 
Method Summary
 
Methods inherited from class com.ibm.itim.script.ScriptException
isUserTriggered, setUserTriggered
 
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

ScriptEvaluationRetryException

public ScriptEvaluationRetryException(java.lang.String msg,
                                      java.lang.Object[] tokenValues)
Constructs the exception with a message and a list of parameters. The message could be a key to a message in a resource bundle, or a raw display message. If the message is a key, a list of parameters can be specified that will be inserted into the final message according to the format defined in the resource bundle.

Parameters:
msg - Key to a message in a resource bundle, or a raw display message summarizing the problem.
tokenValues - Object arrray of parameters to be inserted into the final localized message.

ScriptEvaluationRetryException

public ScriptEvaluationRetryException(java.lang.String msg)
Constructs the exception with a message. The message could be a key to a message in a resource bundle, or a raw display message.

Parameters:
msg - Key to a message in a resource bundle, or a raw display message summarizing the problem.


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.