org.jboss.cache.marshall
Class NodeDataExceptionMarker
java.lang.Object
org.jboss.cache.marshall.NodeData
org.jboss.cache.marshall.NodeDataExceptionMarker
- All Implemented Interfaces:
- java.io.Externalizable, java.io.Serializable
public class NodeDataExceptionMarker
- extends NodeData
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NodeDataExceptionMarker
public NodeDataExceptionMarker()
NodeDataExceptionMarker
public NodeDataExceptionMarker(java.lang.Throwable t,
java.lang.Object node)
getCause
public java.lang.Throwable getCause()
getCacheNodeIdentity
public java.lang.Object getCacheNodeIdentity()
isExceptionMarker
public boolean isExceptionMarker()
- Overrides:
isExceptionMarker
in class NodeData
writeExternal
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
- Specified by:
writeExternal
in interface java.io.Externalizable
- Overrides:
writeExternal
in class NodeData
- Throws:
java.io.IOException
readExternal
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
- Specified by:
readExternal
in interface java.io.Externalizable
- Overrides:
readExternal
in class NodeData
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
toString
public java.lang.String toString()
- Overrides:
toString
in class NodeData
Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.