TPTP 4.1.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaConnectorException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.eclipse.hyades.collection.threadanalyzer.TaException
              extended byorg.eclipse.hyades.collection.threadanalyzer.TaConnectorException
All Implemented Interfaces:
java.io.Serializable

public class TaConnectorException
extends TaException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.hyades.collection.threadanalyzer.TaException
_e, _msg
 
Constructor Summary
TaConnectorException(java.lang.String msg, java.lang.Exception e)
           
 
Methods inherited from class org.eclipse.hyades.collection.threadanalyzer.TaException
getMessage, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaConnectorException

public TaConnectorException(java.lang.String msg,
                            java.lang.Exception e)

TPTP 4.1.0 Platform Project
Public API Specification