org.infinispan.marshall
Class EntryDataExceptionMarker
java.lang.Object
org.infinispan.marshall.EntryDataExceptionMarker
- All Implemented Interfaces:
- Externalizable, Serializable
public class EntryDataExceptionMarker
- extends Object
- implements Externalizable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntryDataExceptionMarker
public EntryDataExceptionMarker(Throwable t,
Object key)
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.