|
|||||||||
| 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
oracle.iam.exception.OIMServiceException
oracle.iam.certification.exception.CertificationServiceException
oracle.iam.certification.exception.CertificationEngineException
public class CertificationEngineException
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 and other stuff violating securiy.
| Constructor Summary | |
|---|---|
CertificationEngineException(java.lang.String logKey)constructs a certification engine exception. |
|
| Method Summary |
|---|
| Methods inherited from class oracle.iam.exception.OIMServiceException |
|---|
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString |
| 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 CertificationEngineException(java.lang.String logKey)
logKey - - string value used as a pointer. it would be used for pointing to the exception in the log file.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||