Class ExceptionMarshaller<E extends Throwable>

java.lang.Object
org.wildfly.clustering.marshalling.protostream.ExceptionMarshaller<E>
Type Parameters:
E - the target type of this marshaller
All Implemented Interfaces:
org.infinispan.protostream.BaseMarshaller<E>, org.infinispan.protostream.ProtobufTagMarshaller<E>, Marshallable<E>, ProtoStreamMarshaller<E>, Readable<E>, Writable<E>

public class ExceptionMarshaller<E extends Throwable> extends Object implements ProtoStreamMarshaller<E>
Generic marshaller for a Throwable.
Author:
Paul Ferraro