UserInfoException Class

com.bea.wli.user.api
UserInfoException Class

public class UserInfoException

    extends Exception

Hierarchy
Object
  Throwable
    Exception
      UserInfoException
All Implemented Interfaces

Serializable

Constructor Summary

UserInfoException(String message, Throwable cause)

UserInfoException(String message)

 

Method Summary

public String
getMessage()
 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

UserInfoException

public UserInfoException(String message, 
                         Throwable cause)

UserInfoException

public UserInfoException(String message)
 

Method Detail

getMessage() Method

public String getMessage()
Overrides
Throwable.getMessage()