com.ibm.itim.script

Class 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
    • 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.