DebugTransportException Class

com.bea.ide.debug
DebugTransportException Class

public class DebugTransportException

    extends Exception

This exception occurs when the debugging transport is not able to send the debugging request down to the target VM for some reason. These reasons can be anything from the network being down, to the target VM acting improperly, to the other VM shutting down.


Hierarchy
Object
  Throwable
    Exception
      DebugTransportException
All Implemented Interfaces

Serializable

Constructor Summary

DebugTransportException(String message, Throwable cause)

Constructs a new DebugTransportException with a specified message and a cause.
DebugTransportException(String message)

Constructs a new DebugTransportException with a specified message.
 

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

DebugTransportException

public DebugTransportException(String message, 
                               Throwable cause)
Constructs a new DebugTransportException with a specified message and a cause.

DebugTransportException

public DebugTransportException(String message)
Constructs a new DebugTransportException with a specified message.