com.bea.wli.user.api
Class UserInfoException

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

public class UserInfoException
extends Exception

See Also:
Serialized Form

Constructor Summary
UserInfoException(String message)
           
UserInfoException(String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserInfoException

public UserInfoException(String message)

UserInfoException

public UserInfoException(String message,
                         Throwable cause)
Method Detail

getMessage

public String getMessage()