Class InvalidResponse
- java.lang.Object
-
- org.infinispan.remoting.responses.InvalidResponse
-
- All Implemented Interfaces:
Response
- Direct Known Subclasses:
CacheNotFoundResponse,ExceptionResponse
public abstract class InvalidResponse extends java.lang.Object implements Response
An invalid response- Since:
- 4.0
- Author:
- Manik Surtani
-
-
Constructor Summary
Constructors Constructor Description InvalidResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisSuccessful()booleanisValid()java.lang.StringtoString()
-
-
-
Method Detail
-
isSuccessful
public boolean isSuccessful()
- Specified by:
isSuccessfulin interfaceResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-