Class IDAEngineException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class IDAEngineException extends IDARuntimeException implements Serializable
Exception to be thrown when something goes wrong in the server. Contains user friendly error message and a pointer to the original exception printed in the log. Note that we do not wrap the original exception, because it may contain SQL code or other sensitive implementation details, and is typically not of interest to the end-user.
See Also:
  • Constructor Details

    • IDAEngineException

      public IDAEngineException(String logKey)
      constructs a Identity Audit engine exception.
      Parameters:
      logKey - - string value used as a pointer. it would be used for pointing to the exception in the log file.