public final class Messages extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static MessageBuilder | BUILDERThe message builder. | 
| static String | CATEGORYCategory message errors. | 
| static int | ERROR_COULD_NOT_GET_IPError while getting IP. | 
| static int | ERROR_NO_INTERFACENo interface found. | 
| static int | ERROR_NTP_REQUESTCould not get ntp time. | 
| static int | ERROR_UNKNOWNUnknown error. | 
| static MessageLogger | LOGGERThe message logger. | 
public static final MessageBuilder BUILDER
public static final String CATEGORY
public static final int ERROR_COULD_NOT_GET_IP
public static final int ERROR_NO_INTERFACE
public static final int ERROR_NTP_REQUEST
public static final int ERROR_UNKNOWN
public static final MessageLogger LOGGER