|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CmnLogMessage | |
|---|---|
| org.jcoderz.commons | |
| Uses of CmnLogMessage in org.jcoderz.commons |
|---|
| Subclasses of CmnLogMessage in org.jcoderz.commons | |
|---|---|
static class |
CmnLogMessage.EntityNotFound
A database entry in table {TABLE} was not found. |
| Methods in org.jcoderz.commons that return CmnLogMessage | |
|---|---|
static CmnLogMessage |
CmnLogMessage.fromInt(int value)
Factory method to create a CmnLogMessage class from its integer representation. |
static CmnLogMessage |
CmnLogMessage.fromString(String value)
Factory method to create a CmnLogMessage class from its string representation. |
| Constructors in org.jcoderz.commons with parameters of type CmnLogMessage | |
|---|---|
EntityNotFoundException(CmnLogMessage messageInfo)
Constructor getting an log message info. |
|
EntityNotFoundException(CmnLogMessage messageInfo,
Throwable cause)
Constructor getting an log message info and a root exception. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||