Class InvalidResponseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.infinispan.client.hotrod.exceptions.HotRodClientException
-
- org.infinispan.client.hotrod.exceptions.InvalidResponseException
-
- All Implemented Interfaces:
Serializable
public class InvalidResponseException extends HotRodClientException
Signals an internal protocol error.- Since:
- 4.1
- Author:
- Mircea.Markus@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidResponseException()
InvalidResponseException(String message)
InvalidResponseException(String message, Throwable cause)
InvalidResponseException(Throwable cause)
-
Method Summary
-
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
isServerError, toString
-
-