| 
|||||||||
| 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
          
java.lang.RuntimeException
              
oracle.iam.passwordmgmt.exception.UserNotFoundException
public class UserNotFoundException
| Constructor Summary | |
|---|---|
UserNotFoundException()Constructs a UserNotFoundException with null as its detail message. | 
|
UserNotFoundException(java.lang.String message)Constructs a UserNotFoundException with the specified detail message. | 
|
UserNotFoundException(java.lang.String message, java.lang.Throwable cause)Constructs a UserNotFoundException with the specified detail message and cause. | 
|
UserNotFoundException(java.lang.Throwable cause)Constructs a UserNotFoundException with the specified cause. | 
|
| Method Summary | 
|---|
| 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 UserNotFoundException()
UserNotFoundException with null as its detail message.public UserNotFoundException(java.lang.String message)
UserNotFoundException with the specified detail message.
message - the detail message
public UserNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
UserNotFoundException with the specified detail message and cause.
message - the detail messagecause - the causepublic UserNotFoundException(java.lang.Throwable cause)
UserNotFoundException with the specified cause.
cause - the cause
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||