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:
java.io.Externalizable, java.io.Serializable

public class NodeDataExceptionMarker
extends NodeData

See Also:
Serialized Form

Constructor Summary
NodeDataExceptionMarker()
           
NodeDataExceptionMarker(java.lang.Throwable t, java.lang.Object node)
           
 
Method Summary
 java.lang.Object getCacheNodeIdentity()
           
 java.lang.Throwable getCause()
           
 boolean isExceptionMarker()
           
 void readExternal(java.io.ObjectInput in)
           
 java.lang.String toString()
           
 void writeExternal(java.io.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(java.lang.Throwable t,
                               java.lang.Object node)
Method Detail

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.