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 boolean
isSuccessful()
boolean
isValid()
java.lang.String
toString()
-
-
-
Method Detail
-
isSuccessful
public boolean isSuccessful()
- Specified by:
isSuccessful
in interfaceResponse
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-