Skip navigation links


oracle.iam.ida.exception
Class IDARuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.utils.SuperRuntimeException
                  extended by oracle.iam.ida.exception.IDARuntimeException

All Implemented Interfaces:
java.io.Serializable, oracle.iam.platform.utils.io.XmlPrintable
Direct Known Subclasses:
AccessDeniedException, IDAEngineException, IDAIllegalStateException, IDAWorkflowException, InvalidArgumentException

public class IDARuntimeException
extends SuperRuntimeException
implements java.io.Serializable

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)

See Also:
Serialized Form

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

IDARuntimeException

public IDARuntimeException(java.lang.String errorCode,
                           java.io.Serializable[] errorData)
Instantiate this class with a localized message
Parameters:
errorCode - A Logging.properties key
errorData - Arguments to the substitution parameters in the error message, if any, or null, otherwise

Skip navigation links


Copyright © 2015, Oracle and/or its affiliates. All rights reserved.