Skip navigation links


oracle.iam.certification.exception
Class CertificationEngineException

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.certification.exception.CertificationEngineException

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

public class CertificationEngineException
extends SuperRuntimeException
implements java.io.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:
Serialized Form

Constructor Summary
CertificationEngineException(java.lang.String logKey)
          constructs a certification engine exception.

 

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

CertificationEngineException

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

Skip navigation links


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