org.infinispan.client.hotrod.exceptions
Class InvalidResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.infinispan.client.hotrod.exceptions.HotRodClientException
                  extended by 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
InvalidResponseException()
           
InvalidResponseException(String message)
           
InvalidResponseException(String message, Throwable cause)
           
InvalidResponseException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class org.infinispan.client.hotrod.exceptions.HotRodClientException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidResponseException

public InvalidResponseException()

InvalidResponseException

public InvalidResponseException(String message)

InvalidResponseException

public InvalidResponseException(String message,
                                Throwable cause)

InvalidResponseException

public InvalidResponseException(Throwable cause)

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.