Uses of Class
org.jcoderz.commons.CmnLogMessage

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.
 



Copyright 2007 The jCoderZ Project.