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 NodeData
public void writeExternal(ObjectOutput out) throws IOException
writeExternal
in interface Externalizable
writeExternal
in class NodeData
IOException
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
readExternal
in class NodeData
IOException
ClassNotFoundException
Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.