@Entity public final class ExceptionLog extends BaseEntity
| Constructor and Description |
|---|
ExceptionLog()
This is to make Spring happy and allow us to retrieve items from the database.
|
ExceptionLog(Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommit() |
String |
getExceptionStackTrace() |
String |
getExceptionToString() |
Long |
getFreeMemory() |
String |
getMessage() |
Calendar |
getTime() |
Long |
getTotalMemoryAvailable() |
Long |
getTotalSpaceAvailable() |
String |
getType() |
String |
getUUID() |
void |
setCommit(String commit) |
void |
setExceptionStackTrace(String exceptionStackTrace) |
void |
setExceptionToString(String exceptionToString) |
void |
setFreeMemory(Long freeMemory) |
void |
setMessage(String message) |
void |
setTime(Calendar time) |
void |
setTotalMemoryAvailable(Long totalMemoryAvailable) |
void |
setTotalSpaceAvailable(Long totalSpaceAvailable) |
void |
setType(String type) |
void |
setUUID(String uuid) |
getId, isNew, setIdpublic ExceptionLog()
public ExceptionLog(Throwable e)
public String getExceptionStackTrace()
public void setExceptionStackTrace(String exceptionStackTrace)
public String getUUID()
public void setUUID(String uuid)
public String getType()
public void setType(String type)
public String getMessage()
public void setMessage(String message)
public String getExceptionToString()
public void setExceptionToString(String exceptionToString)
public Calendar getTime()
public void setTime(Calendar time)
public String getCommit()
public void setCommit(String commit)
public Long getTotalSpaceAvailable()
public void setTotalSpaceAvailable(Long totalSpaceAvailable)
public Long getFreeMemory()
public void setFreeMemory(Long freeMemory)
public Long getTotalMemoryAvailable()
public void setTotalMemoryAvailable(Long totalMemoryAvailable)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.