Uses of Class
org.infinispan.rest.RestResponseException
-
Packages that use RestResponseException Package Description org.infinispan.rest.authentication Authentication API for REST.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 classAuthenticationExceptionException thrown then authentication fails.Methods in org.infinispan.rest.authentication that throw RestResponseException Modifier and Type Method Description voidAuthenticator. challenge(InfinispanRequest request)Challenges specificInfinispanRequestfor authentication. -
Uses of RestResponseException in org.infinispan.rest.context
Subclasses of RestResponseException in org.infinispan.rest.context Modifier and Type Class Description classWrongContextExceptionException 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 InfinispanResponseCacheOperations. clearEntireCache(InfinispanCacheAPIRequest request)Implementation of HTTP DELETE request invoked on root context.InfinispanResponseCacheOperations. deleteCacheValue(InfinispanCacheAPIRequest request)Implementation of HTTP DELETE request invoked with a key.InfinispanResponseCacheOperations. getCacheValue(InfinispanCacheAPIRequest request)Implementation of HTTP GET and HTTP HEAD requests invoked with a key.InfinispanResponseCacheOperations. getCacheValues(InfinispanCacheAPIRequest request)Implementation of HTTP GET request invoked on root context.InfinispanResponseCacheOperations. 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 classMalformedRequestclassNoCacheFoundExceptionclassNoDataFoundExceptionclassNoKeyExceptionclassNoMediaTypeExceptionclassPreconditionsFailedExceptionclassServerInternalExceptionclassServiceUnavailableExceptionclassUnacceptableDataFormatExceptionclassWrongDateFormatException
-