Skip navigation links


oracle.iam.passwordmgmt.exception
Class UserNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.passwordmgmt.exception.UserNotFoundException

All Implemented Interfaces:
java.io.Serializable

public class UserNotFoundException
extends java.lang.RuntimeException
See Also:
Serialized Form

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

UserNotFoundException

public UserNotFoundException()
Constructs a UserNotFoundException with null as its detail message.

UserNotFoundException

public UserNotFoundException(java.lang.String message)
Constructs a UserNotFoundException with the specified detail message.
Parameters:
message - the detail message

UserNotFoundException

public UserNotFoundException(java.lang.String message,
                             java.lang.Throwable cause)
Constructs a UserNotFoundException with the specified detail message and cause.
Parameters:
message - the detail message
cause - the cause

UserNotFoundException

public UserNotFoundException(java.lang.Throwable cause)
Constructs a UserNotFoundException with the specified cause.
Parameters:
cause - the cause

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.