Class UserExitException

Package: com.ibm.pki.web.exits

public class UserExitException
extends java.lang.Exception

An exception thrown from the UserExit class. The PKI Services function that detects this exception treats it the same as a return code greater than or equal to 8, and stops processing. Additionally, any exception text is displayed on the web page that reports the unsuccessful processing.

Constructors
UserExitException(java.lang.String message)
UserExitException(java.lang.Throwable cause)