org.infinispan.marshall
Class EntryDataExceptionMarker

java.lang.Object
  extended by org.infinispan.marshall.EntryDataExceptionMarker
All Implemented Interfaces:
Externalizable, Serializable

public class EntryDataExceptionMarker
extends Object
implements Externalizable

See Also:
Serialized Form

Constructor Summary
EntryDataExceptionMarker(Throwable t, Object key)
           
 
Method Summary
 Throwable getCause()
           
 Object getKey()
           
 void readExternal(ObjectInput in)
           
 void writeExternal(ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryDataExceptionMarker

public EntryDataExceptionMarker(Throwable t,
                                Object key)
Method Detail

getCause

public Throwable getCause()

getKey

public Object getKey()

writeExternal

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

readExternal

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


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