public class NodeDataExceptionMarker extends NodeData
| Constructor and Description |
|---|
NodeDataExceptionMarker() |
NodeDataExceptionMarker(Throwable t,
Object node) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCacheNodeIdentity() |
Throwable |
getCause() |
boolean |
isExceptionMarker() |
void |
readExternal(ObjectInput in) |
String |
toString() |
void |
writeExternal(ObjectOutput out) |
public Throwable getCause()
public Object getCacheNodeIdentity()
public boolean isExceptionMarker()
isExceptionMarker in class NodeDatapublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizablewriteExternal in class NodeDataIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class NodeDataIOExceptionClassNotFoundExceptionCopyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.