org.infinispan.client.hotrod.exceptions
Class HotRodClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.infinispan.client.hotrod.exceptions.HotRodException
org.infinispan.client.hotrod.exceptions.HotRodClientException
- All Implemented Interfaces:
- Serializable
public class HotRodClientException
- extends HotRodException
// TODO: Document this
- Since:
- 4.1
- Author:
- mmarkus
- See Also:
- Serialized Form
HotRodClientException
public HotRodClientException(String message,
Throwable cause)
HotRodClientException
public HotRodClientException(String remoteMessage,
long messageId,
int errorStatusCode)
toString
public String toString()
- Overrides:
toString
in class Throwable
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.