Package com.hazelcast.spi.exception
Class RestClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.hazelcast.spi.exception.RestClientException
- All Implemented Interfaces:
Serializable
Exception to indicate any issues while executing a REST call.
- See Also:
-
Constructor Summary
ConstructorDescriptionRestClientException
(String message, int httpErrorCode) RestClientException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RestClientException
-
RestClientException
-
-
Method Details
-
getHttpErrorCode
public int getHttpErrorCode()
-