Class ExceptionResponse
java.lang.Object
org.infinispan.remoting.responses.InvalidResponse
org.infinispan.remoting.responses.ExceptionResponse
- All Implemented Interfaces:
Response
A response that encapsulates an exception
- Since:
- 4.0
- Author:
- Manik Surtani
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Methods inherited from class org.infinispan.remoting.responses.InvalidResponse
isSuccessful, isValid
-
Constructor Details
-
ExceptionResponse
public ExceptionResponse() -
ExceptionResponse
-
-
Method Details
-
getException
-
setException
-
toString
- Overrides:
toString
in classInvalidResponse
-