org.granite.tide
Class TideMessage
java.lang.Object
org.granite.tide.TideMessage
- All Implemented Interfaces:
- Externalizable, Serializable
public class TideMessage
- extends Object
- implements Externalizable
- Author:
- William DRAI
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INFO
public static final String INFO
- See Also:
- Constant Field Values
WARNING
public static final String WARNING
- See Also:
- Constant Field Values
ERROR
public static final String ERROR
- See Also:
- Constant Field Values
FATAL
public static final String FATAL
- See Also:
- Constant Field Values
TideMessage
public TideMessage(String severity,
String summary,
String detail)
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
ClassNotFoundException
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException