public class StatusType extends Object implements Serializable
Status
,
Serialized FormModifier and Type | Field and Description |
---|---|
static StatusType |
ERROR
An error has occurred that is preventing a service from
operating correctly.
|
static StatusType |
NORMAL
A noteworthy event is occurring during the normal operation of
a service.
|
static StatusType |
NOTICE
An unusual event is occurring, but the event is not necessarily
a problem.
|
static StatusType |
WARNING
A problem merits attention, but is not impeding the operation
of the service.
|
public static final StatusType ERROR
public static final StatusType WARNING
public static final StatusType NOTICE
public static final StatusType NORMAL
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.