com.bea.connector
Class InvalidPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.connector.InvalidPropertyException
All Implemented Interfaces:
Serializable

public class InvalidPropertyException
extends Exception

See Also:
Serialized Form

Constructor Summary
InvalidPropertyException(String strMessage)
           
InvalidPropertyException(String strMessage, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream ps)
           
 void printStackTrace(PrintWriter pw)
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidPropertyException

public InvalidPropertyException(String strMessage)

InvalidPropertyException

public InvalidPropertyException(String strMessage,
                                Throwable cause)
Method Detail

getMessage

public String getMessage()

toString

public String toString()

printStackTrace

public void printStackTrace()

printStackTrace

public void printStackTrace(PrintStream ps)

printStackTrace

public void printStackTrace(PrintWriter pw)