TPTP 4.5.0 Platform Project
Public API Specification

org.eclipse.hyades.collection.threadanalyzer
Class TaServerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.hyades.collection.threadanalyzer.TaException
              extended by org.eclipse.hyades.collection.threadanalyzer.TaServerNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class TaServerNotFoundException
extends TaException

See Also:
Serialized Form

Constructor Summary
TaServerNotFoundException(java.lang.String msg, java.lang.Exception e)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TaServerNotFoundException

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

TPTP 4.5.0 Platform Project
Public API Specification