org.eclipse.hyades.collection.threadanalyzer
Class TaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.hyades.collection.threadanalyzer.TaException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- TaConnectorException, TaServerNotFoundException, TaTimedOutException
- public class TaException
- extends java.lang.Exception
- See Also:
- Serialized Form
|
Field Summary |
protected java.lang.Exception |
_e
|
protected java.lang.String |
_msg
|
| 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 |
_e
protected java.lang.Exception _e
_msg
protected java.lang.String _msg
TaException
public TaException()
TaException
public TaException(java.lang.String msg,
java.lang.Exception e)
printStackTrace
public void printStackTrace()
getMessage
public java.lang.String getMessage()