Class ExceptionResponse

java.lang.Object
org.infinispan.remoting.responses.ExceptionResponse
All Implemented Interfaces:
InvalidResponse, Response

@ProtoTypeId(49) public class ExceptionResponse extends Object implements InvalidResponse
A response that encapsulates an exception
Since:
4.0
Author:
Manik Surtani
  • Constructor Details

    • ExceptionResponse

      public ExceptionResponse(Exception exception)
  • Method Details