com.ibm.websphere.userprofile
Class UserProfileFinderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.ibm.websphere.userprofile.UserProfileFinderException
All Implemented Interfaces:
java.io.Serializable

public class UserProfileFinderException
extends java.lang.RuntimeException

Thrown to indicate that error occurred while finding the specified userprofile.

See Also:
Serialized Form

Constructor Summary
UserProfileFinderException(java.lang.String str)
          Constructs an UserProfileFinderException with specified message.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserProfileFinderException

public UserProfileFinderException(java.lang.String str)
Constructs an UserProfileFinderException with specified message.

Parameters:
str - the detail message


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.