public class HotRodClientException extends RuntimeException
Constructor and Description |
---|
HotRodClientException() |
HotRodClientException(String message) |
HotRodClientException(String remoteMessage,
long messageId,
int errorStatusCode) |
HotRodClientException(String message,
Throwable cause) |
HotRodClientException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public HotRodClientException()
public HotRodClientException(String message)
public HotRodClientException(Throwable cause)
public HotRodClientException(String remoteMessage, long messageId, int errorStatusCode)
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.