Class CacheNotFoundResponse
- java.lang.Object
-
- org.infinispan.remoting.responses.InvalidResponse
-
- org.infinispan.remoting.responses.CacheNotFoundResponse
-
- All Implemented Interfaces:
Response
public class CacheNotFoundResponse extends InvalidResponse
A response that signals the named cache is not running on the target node.- Since:
- 6.0
- Author:
- Dan Berindei
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CacheNotFoundResponse.Externalizer
-
Field Summary
Fields Modifier and Type Field Description static CacheNotFoundResponse
INSTANCE
-
Method Summary
-
Methods inherited from class org.infinispan.remoting.responses.InvalidResponse
isSuccessful, isValid, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final CacheNotFoundResponse INSTANCE
-
-