public class TideMessage extends Object implements Externalizable
| Modifier and Type | Field and Description |
|---|---|
static String |
ERROR |
static String |
FATAL |
static String |
INFO |
static String |
WARNING |
| Constructor and Description |
|---|
TideMessage(String severity,
String summary,
String detail) |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public static final String INFO
public static final String WARNING
public static final String ERROR
public static final String FATAL
public TideMessage(String severity, String summary, String detail)
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOException