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