com.bea.connector
Class ResourceRuntimeException

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

public class ResourceRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
ResourceRuntimeException(String strMessage)
           
ResourceRuntimeException(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

ResourceRuntimeException

public ResourceRuntimeException(String strMessage)

ResourceRuntimeException

public ResourceRuntimeException(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)