org.infinispan.client.hotrod.exceptions
Class InvalidResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodException
org.infinispan.client.hotrod.exceptions.InvalidResponseException
- All Implemented Interfaces:
- Serializable
public class InvalidResponseException
- extends HotRodException
// TODO: Document this
- Since:
- 4.1
- Author:
- mmarkus
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidResponseException
public InvalidResponseException()
InvalidResponseException
public InvalidResponseException(String message)
InvalidResponseException
public InvalidResponseException(String message,
Throwable cause)
InvalidResponseException
public InvalidResponseException(Throwable cause)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.