com.bea.wli.user.api
Class UserInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.wli.user.api.UserInfoException
All Implemented Interfaces:
Serializable

Deprecated. Use com.bea.wli.profile.api.ProfileException instead

public class UserInfoException
extends Exception

See Also:
Serialized Form

Constructor Summary
UserInfoException(String message)
          Deprecated.  
UserInfoException(String message, Throwable cause)
          Deprecated.  
 
Method Summary
 String getMessage()
          Deprecated.  
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

UserInfoException

public UserInfoException(String message)
Deprecated. 

UserInfoException

public UserInfoException(String message,
                         Throwable cause)
Deprecated. 
Method Detail

getMessage

public String getMessage()
Deprecated. 
Overrides:
getMessage in class Throwable