public class ScriptEvaluationRetryException extends ScriptEvaluationException
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 and Description |
|---|
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.
|
isUserTriggered, setUserTriggeredgetLocalizedMessage, getMessage, getMessage, getMessageId, getThrowable, getTokens, normalize, printStackTrace, printStackTrace, printStackTrace, toXMLpublic ScriptEvaluationRetryException(java.lang.String msg,
java.lang.Object[] tokenValues)
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.public ScriptEvaluationRetryException(java.lang.String msg)
msg - Key to a message in a resource bundle, or a raw
display message summarizing the problem.