com.bea.wli.management.runtime
Class MessageTrackingRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.bea.wli.management.runtime.MessageTrackingRuntimeException
All Implemented Interfaces:
Serializable

public class MessageTrackingRuntimeException
extends Exception

See Also:
Serialized Form

Constructor Summary
MessageTrackingRuntimeException(String msg)
           
MessageTrackingRuntimeException(String msg, Throwable rootCause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MessageTrackingRuntimeException

public MessageTrackingRuntimeException(String msg)

MessageTrackingRuntimeException

public MessageTrackingRuntimeException(String msg,
                                       Throwable rootCause)