Uses of Class
org.infinispan.remoting.responses.ExceptionResponse
-
Packages that use ExceptionResponse Package Description org.infinispan.remoting.responses Abstractions of the different response types allowed during RPC. -
-
Uses of ExceptionResponse in org.infinispan.remoting.responses
Methods in org.infinispan.remoting.responses that return ExceptionResponse Modifier and Type Method Description ExceptionResponseExceptionResponse.Externalizer. readObject(java.io.ObjectInput input)Methods in org.infinispan.remoting.responses that return types with arguments of type ExceptionResponse Modifier and Type Method Description java.util.Set<java.lang.Class<? extends ExceptionResponse>>ExceptionResponse.Externalizer. getTypeClasses()Methods in org.infinispan.remoting.responses with parameters of type ExceptionResponse Modifier and Type Method Description voidExceptionResponse.Externalizer. writeObject(java.io.ObjectOutput output, ExceptionResponse response)
-