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 ExceptionResponse
ExceptionResponse.Externalizer. readObject(ObjectInput input)
Methods in org.infinispan.remoting.responses that return types with arguments of type ExceptionResponse Modifier and Type Method Description Set<Class<? extends ExceptionResponse>>
ExceptionResponse.Externalizer. getTypeClasses()
Methods in org.infinispan.remoting.responses with parameters of type ExceptionResponse Modifier and Type Method Description void
ExceptionResponse.Externalizer. writeObject(ObjectOutput output, ExceptionResponse response)
-