com.ibm.itim.script
Class ScriptEvaluationException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ScriptEvaluationRetryException

public class ScriptEvaluationException
extends ScriptException

Since:
ITIM 5.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.itim.script.ScriptException
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
ScriptEvaluationException(java.lang.String msg)
           
ScriptEvaluationException(java.lang.String msg, java.lang.Object[] tokenValues)
           
ScriptEvaluationException(java.lang.String msg, java.lang.Object[] tokenValues, java.lang.Throwable throwable)
           
ScriptEvaluationException(java.lang.String msg, java.lang.Throwable throwable)
           
 
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

ScriptEvaluationException

public ScriptEvaluationException(java.lang.String msg,
                                 java.lang.Object[] tokenValues)
Parameters:
msg -
tokenValues -

ScriptEvaluationException

public ScriptEvaluationException(java.lang.String msg,
                                 java.lang.Object[] tokenValues,
                                 java.lang.Throwable throwable)
Parameters:
msg -
tokenValues -
throwable -

ScriptEvaluationException

public ScriptEvaluationException(java.lang.String msg,
                                 java.lang.Throwable throwable)
Parameters:
msg -
throwable -

ScriptEvaluationException

public ScriptEvaluationException(java.lang.String msg)
Parameters:
msg -


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.