atavism.msgsys
Class ExceptionData
java.lang.Object
atavism.msgsys.ExceptionData
public class ExceptionData
- extends java.lang.Object
Extract data from an exception. This is used to carry exception data
between agent.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionData
public ExceptionData()
ExceptionData
public ExceptionData(java.lang.Throwable ex)
getExceptionClassName
public java.lang.String getExceptionClassName()
getMessage
public java.lang.String getMessage()
getCause
public ExceptionData getCause()
getAgentName
public java.lang.String getAgentName()