com.oldlight.weaver.admin.beans
Class ExceptionDetailsBean
java.lang.Object
com.oldlight.weaver.admin.beans.ExceptionDetailsBean
- All Implemented Interfaces:
- Serializable
- public class ExceptionDetailsBean
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
time
private Date time
message
private String message
stackTrace
private String stackTrace
ExceptionDetailsBean
public ExceptionDetailsBean(WeaverStatistics.ExceptionDetails exceptionDetails)
getMessage
public String getMessage()
getTime
public Date getTime()
getStackTrace
public String getStackTrace()