Package org.rostore.client
Class ClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.rostore.client.ClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
VersionConflictException
The exception is thrown by rostore client, in case of any issue in the communication with the remote rostore service.
- See Also:
-
Constructor Summary
ConstructorDescriptionClientException
(String message, RequestProperties requestProperties) ClientException
(String message, RequestProperties requestProperties, String trackingId, String serverMessage) ClientException
(String message, RequestProperties requestProperties, String trackingId, String serverMessage, Throwable throwable) ClientException
(String message, RequestProperties requestProperties, Throwable throwable) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClientException
public ClientException(String message, RequestProperties requestProperties, String trackingId, String serverMessage) -
ClientException
-
ClientException
public ClientException(String message, RequestProperties requestProperties, String trackingId, String serverMessage, Throwable throwable) -
ClientException
-
-
Method Details
-
getServerMessage
-
getRequestProperties
-
getTrackingId
-