| 
|||||||||
| 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.platform.utils.SuperException
              
oracle.iam.identity.exception.IdentityException
                  
oracle.iam.identity.exception.UserManagerException
public class UserManagerException
This is a generic exception thrown if there is any exception while performing a user manager operation
| Constructor Summary | |
|---|---|
UserManagerException()Constructs a UserManagerException with null as its detail message. | 
|
UserManagerException(java.lang.String message)Constructs a UserManagerException with the specified detail message. | 
|
UserManagerException(java.lang.String message, java.lang.Throwable cause)Constructs a UserManagerException with the specified detail message and cause. | 
|
UserManagerException(java.lang.Throwable cause)Constructs a UserManagerException with the specified cause. | 
|
| Method Summary | 
|---|
| Methods inherited from class oracle.iam.identity.exception.IdentityException | 
|---|
getErrorCode, getParameterMap, getParameters, setErrorCode, setParameterMap, setParameters | 
| Methods inherited from class oracle.iam.platform.utils.SuperException | 
|---|
getLocalizedMessages, getMessages, xprint, xprint | 
| Methods inherited from class java.lang.Throwable | 
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public UserManagerException()
UserManagerException with null as its detail message.public UserManagerException(java.lang.String message)
UserManagerException with the specified detail message.
message - the detail message
public UserManagerException(java.lang.String message,
                            java.lang.Throwable cause)
UserManagerException with the specified detail message and cause.
message - the detail messagecause - the causepublic UserManagerException(java.lang.Throwable cause)
UserManagerException with the specified cause.
cause - the cause
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||