public class IDARuntimeException extends SuperRuntimeException implements java.io.Serializable
Client locale must be set in the Context at instantiation of this class for a localized message to be produced (authentication processing typically sets Context locale from HTTP request locale)
| Constructor and Description |
|---|
IDARuntimeException(java.lang.String errorCode,
java.io.Serializable[] errorData)
Instantiate this class with a localized message
|
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprintpublic IDARuntimeException(java.lang.String errorCode,
java.io.Serializable[] errorData)
errorCode - A Logging.properties keyerrorData - Arguments to the substitution parameters in the error
message, if any, or null, otherwise