Exception Messages

If validation errors occur after a user submits a task screen, the task screen is redisplayed with the appropriate exception messages. This process gives the user the opportunity to correct the errors and resubmit the task.
cim1265
If validation errors occur after a user submits a task screen, the task screen is redisplayed with the appropriate exception messages. This process gives the user the opportunity to correct the errors and resubmit the task.
To enable
to display custom exception messages on a task screen, add the messages to an IMSException object.
supports localized exception messages, which you store in a family of resource bundles. Each resource bundle in the family contains the same messages, but in a different language. You specify the current user’s locale and the base name of the resource bundles, and
selects the appropriate resource bundle from which to retrieve exception messages.
For detailed information on the IMSException class, refer to the CA Identity Manager Programming Reference.