Package ej.net.util
Class Messages
- java.lang.Object
-
- ej.net.util.Messages
-
public final class Messages extends Object
Gather error messages.
-
-
Field Summary
Fields Modifier and Type Field Description static MessageBuilderBUILDERThe message builder.static StringCATEGORYCategory message errors.static intERROR_COULD_NOT_GET_IPError while getting IP.static intERROR_NO_INTERFACENo interface found.static intERROR_NTP_REQUESTCould not get ntp time.static intERROR_UNKNOWNUnknown error.static MessageLoggerLOGGERThe message logger.
-
-
-
Field Detail
-
ERROR_UNKNOWN
public static final int ERROR_UNKNOWN
Unknown error.- See Also:
- Constant Field Values
-
ERROR_NTP_REQUEST
public static final int ERROR_NTP_REQUEST
Could not get ntp time.- See Also:
- Constant Field Values
-
ERROR_NO_INTERFACE
public static final int ERROR_NO_INTERFACE
No interface found.- See Also:
- Constant Field Values
-
ERROR_COULD_NOT_GET_IP
public static final int ERROR_COULD_NOT_GET_IP
Error while getting IP.- See Also:
- Constant Field Values
-
CATEGORY
public static final String CATEGORY
Category message errors.
-
BUILDER
public static final MessageBuilder BUILDER
The message builder.
-
LOGGER
public static final MessageLogger LOGGER
The message logger.
-
-