| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.iam.platform.utils.SuperRuntimeException
                  
oracle.iam.ida.exception.IDARuntimeException
public class IDARuntimeException
Base class for all runtime exceptions produced in the Identity Audit services:
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 Summary | |
|---|---|
IDARuntimeException(java.lang.String errorCode, java.io.Serializable[] errorData)Instantiate this class with a localized message  | 
|
| Method Summary | 
|---|
| Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException | 
|---|
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public 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
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||