| 
|||||||||
| 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.OrganizationManagerException
                      
oracle.iam.identity.exception.OrganizationEntityOperationException
public class OrganizationEntityOperationException
The OrganizationEntityOperationException class is used to construct generic failure messages while performing certain operation on an Organization. Example - data type or format for a specified attribute is invalid.
| Constructor Summary | |
|---|---|
OrganizationEntityOperationException(java.lang.String message)Constructs a new exception with the specified detail message. | 
|
OrganizationEntityOperationException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and 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 OrganizationEntityOperationException(java.lang.String message,
                                            java.lang.Throwable cause)
message and cause.
message - the detail messagecause - the causepublic OrganizationEntityOperationException(java.lang.String message)
message.
message - the detail message
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||