| 
|||||||||
| 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.platform.utils.SuperException
                  
oracle.iam.selfservice.exception.SelfServiceException
public abstract class SelfServiceException
| Constructor Summary | |
|---|---|
SelfServiceException()Constructs a SelfServiceException with null as its detail message. | 
|
SelfServiceException(java.lang.String message)Constructs a SelfServiceException with the specified detail message. | 
|
SelfServiceException(java.lang.String message, java.lang.String errorCode)Constructs a SelfServiceException with the specified detail message and errorCode. | 
|
SelfServiceException(java.lang.String message, java.lang.String errorCode, java.lang.Throwable cause)Constructs a SelfServiceException with the specified detail message, errorCode and cause. | 
|
SelfServiceException(java.lang.String message, java.lang.Throwable cause)Constructs a SelfServiceException with the specified detail message and cause. | 
|
SelfServiceException(java.lang.Throwable cause)Constructs a SelfServiceException with the specified cause. | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getErrorCode()Get error code associated with the exception.  | 
 java.util.Map | 
getParameterMap()Gets the parameter map  | 
 java.lang.String[] | 
getParameters()Gets the parameters  | 
 void | 
setErrorCode(java.lang.String errorCode)Sets the error code  | 
 void | 
setParameterMap(java.util.Map paramMap)Sets the parameter map  | 
 void | 
setParameters(java.lang.String[] params)Sets the parameters  | 
| Methods inherited from class oracle.iam.platform.utils.SuperException | 
|---|
getLocalizedMessages, getMessages, xprint, xprint | 
| Methods inherited from class oracle.iam.exception.OIMServiceException | 
|---|
addError, copyErrorInfo, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, 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 SelfServiceException()
SelfServiceException with null as its detail message.public SelfServiceException(java.lang.String message)
SelfServiceException with the specified detail message.
message - the detail message
public SelfServiceException(java.lang.String message,
                            java.lang.Throwable cause)
SelfServiceException with the specified detail message and cause.
message - the detail messagecause - the cause
public SelfServiceException(java.lang.String message,
                            java.lang.String errorCode)
SelfServiceException with the specified detail message and errorCode.
message - the detail messageerrorCode - the error code
public SelfServiceException(java.lang.String message,
                            java.lang.String errorCode,
                            java.lang.Throwable cause)
SelfServiceException with the specified detail message, errorCode and cause.
message - the detail messageerrorCode - the error codecause - the causepublic SelfServiceException(java.lang.Throwable cause)
SelfServiceException with the specified cause.
cause - the cause| Method Detail | 
|---|
public void setParameterMap(java.util.Map paramMap)
OIMGenericExceptionIntfsetParameterMap in interface OIMGenericExceptionIntfparamMap - parameter map for the exceptionpublic java.util.Map getParameterMap()
OIMGenericExceptionIntfgetParameterMap in interface OIMGenericExceptionIntfpublic void setParameters(java.lang.String[] params)
OIMGenericExceptionIntfsetParameters in interface OIMGenericExceptionIntfparams - parameters for the exceptionpublic java.lang.String[] getParameters()
OIMGenericExceptionIntfgetParameters in interface OIMGenericExceptionIntfpublic void setErrorCode(java.lang.String errorCode)
OIMGenericExceptionIntfsetErrorCode in interface OIMGenericExceptionIntfsetErrorCode in class OIMServiceExceptionerrorCode - error code of the exceptionpublic java.lang.String getErrorCode()
OIMServiceExceptiongetErrorCode in interface OIMGenericExceptionIntfgetErrorCode in class OIMServiceException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||