com.bea.connector
Class ResourceRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.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()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream ps)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter pw)
Overrides:
printStackTrace in class Throwable