Uses of Class
org.infinispan.rest.RestResponseException
-
Packages that use RestResponseException Package Description org.infinispan.rest.authentication Authentication API for REST.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(NettyRestRequest request, io.netty.channel.ChannelHandlerContext ctx)Challenges specificNettyRestRequestfor authentication. -
Uses of RestResponseException in org.infinispan.rest.operations.exceptions
Subclasses of RestResponseException in org.infinispan.rest.operations.exceptions Modifier and Type Class Description classMalformedRequestclassNoCacheFoundExceptionclassNoDataFoundExceptionclassNoKeyExceptionclassResourceNotFoundExceptionclassServerInternalExceptionclassServiceUnavailableExceptionclassUnacceptableDataFormatExceptionclassWrongDateFormatException
-