Weaver 3.1.0a1-D1

com.oldlight.weaver.admin.beans
Class ExceptionDetailsBean

java.lang.Object
  extended bycom.oldlight.weaver.admin.beans.ExceptionDetailsBean
All Implemented Interfaces:
Serializable

public class ExceptionDetailsBean
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  String message
           
private  String stackTrace
           
private  Date time
           
 
Constructor Summary
ExceptionDetailsBean(WeaverStatistics.ExceptionDetails exceptionDetails)
           
 
Method Summary
 String getMessage()
           
 String getStackTrace()
           
 Date getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

private Date time

message

private String message

stackTrace

private String stackTrace
Constructor Detail

ExceptionDetailsBean

public ExceptionDetailsBean(WeaverStatistics.ExceptionDetails exceptionDetails)
Method Detail

getMessage

public String getMessage()

getTime

public Date getTime()

getStackTrace

public String getStackTrace()

Copyright ©Paul Harvey