org.jboss.cache.marshall
Class NodeDataExceptionMarker

java.lang.Object
  extended by org.jboss.cache.marshall.NodeData
      extended by org.jboss.cache.marshall.NodeDataExceptionMarker
All Implemented Interfaces:
Externalizable, Serializable

public class NodeDataExceptionMarker
extends NodeData

See Also:
Serialized Form

Constructor Summary
NodeDataExceptionMarker()
           
NodeDataExceptionMarker(Throwable t, Object node)
           
 
Method Summary
 Object getCacheNodeIdentity()
           
 Throwable getCause()
           
 boolean isExceptionMarker()
           
 void readExternal(ObjectInput in)
           
 String toString()
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class org.jboss.cache.marshall.NodeData
equals, getAttributes, getFqn, hashCode, isMarker
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NodeDataExceptionMarker

public NodeDataExceptionMarker()

NodeDataExceptionMarker

public NodeDataExceptionMarker(Throwable t,
                               Object node)
Method Detail

getCause

public Throwable getCause()

getCacheNodeIdentity

public Object getCacheNodeIdentity()

isExceptionMarker

public boolean isExceptionMarker()
Overrides:
isExceptionMarker in class NodeData

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Overrides:
writeExternal in class NodeData
Throws:
IOException

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Specified by:
readExternal in interface Externalizable
Overrides:
readExternal in class NodeData
Throws:
IOException
ClassNotFoundException

toString

public String toString()
Overrides:
toString in class NodeData


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.