Uses of Class
org.infinispan.rest.RestResponseException
-
Packages that use RestResponseException Package Description org.infinispan.rest.authentication Authentication API for REST.org.infinispan.rest.authentication.impl org.infinispan.rest.context REST Context checker classes.org.infinispan.rest.operations REST Server Operations classes.org.infinispan.rest.operations.exceptions -
-
Uses of RestResponseException in org.infinispan.rest.authentication
Subclasses of RestResponseException in org.infinispan.rest.authentication Modifier and Type Class Description class
AuthenticationException
Exception thrown then authentication fails.Methods in org.infinispan.rest.authentication that throw RestResponseException Modifier and Type Method Description void
Authenticator. challenge(InfinispanRequest request)
Challenges specificInfinispanRequest
for authentication. -
Uses of RestResponseException in org.infinispan.rest.authentication.impl
Methods in org.infinispan.rest.authentication.impl that throw RestResponseException Modifier and Type Method Description void
ClientCertAuthenticator. challenge(InfinispanRequest request)
void
VoidAuthenticator. challenge(InfinispanRequest request)
-
Uses of RestResponseException in org.infinispan.rest.context
Subclasses of RestResponseException in org.infinispan.rest.context Modifier and Type Class Description class
WrongContextException
Exception indicating wrong context. -
Uses of RestResponseException in org.infinispan.rest.operations
Methods in org.infinispan.rest.operations that throw RestResponseException Modifier and Type Method Description InfinispanResponse
CacheOperations. clearEntireCache(InfinispanCacheAPIRequest request)
Implementation of HTTP DELETE request invoked on root context.InfinispanResponse
CacheOperations. deleteCacheValue(InfinispanCacheAPIRequest request)
Implementation of HTTP DELETE request invoked with a key.InfinispanResponse
CacheOperations. getCacheValue(InfinispanCacheAPIRequest request)
Implementation of HTTP GET and HTTP HEAD requests invoked with a key.InfinispanResponse
CacheOperations. getCacheValues(InfinispanCacheAPIRequest request)
Implementation of HTTP GET request invoked on root context.InfinispanResponse
CacheOperations. putValueToCache(InfinispanCacheAPIRequest request)
Implementation of HTTP PUT and HTTP POST requests invoked with a key. -
Uses of RestResponseException in org.infinispan.rest.operations.exceptions
Subclasses of RestResponseException in org.infinispan.rest.operations.exceptions Modifier and Type Class Description class
MalformedRequest
class
NoCacheFoundException
class
NoDataFoundException
class
NoKeyException
class
NoMediaTypeException
class
PreconditionsFailedException
class
ServerInternalException
class
ServiceUnavailableException
class
UnacceptableDataFormatException
class
WrongDateFormatException
-