com.ibm.websphere.userprofile
Class UserProfileFinderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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