MessageTrackingRuntimeException Class

com.bea.wli.management.runtime
MessageTrackingRuntimeException Class

public class MessageTrackingRuntimeException

    extends Exception

Hierarchy
Object
  Throwable
    Exception
      MessageTrackingRuntimeException
All Implemented Interfaces

Serializable

Constructor Summary

MessageTrackingRuntimeException(String msg, Throwable rootCause)

MessageTrackingRuntimeException(String msg)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

MessageTrackingRuntimeException

public MessageTrackingRuntimeException(String msg, 
                                       Throwable rootCause)

MessageTrackingRuntimeException

public MessageTrackingRuntimeException(String msg)