public class ObjectStorageClientException extends RuntimeException
This exception is thrown when service could not be contacted for a response, or when client is unable to parse the response from service.
| Constructor and Description |
|---|
ObjectStorageClientException(String message)
Creates a new ObjectStorageClientException with the specified message.
|
ObjectStorageClientException(String message,
Throwable t)
Creates a new ObjectStorageClientException with the specified message, and root
cause.
|
ObjectStorageClientException(Throwable t)
Creates a new ObjectStorageClientException with the root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ObjectStorageClientException(String message, Throwable t)
message - An error message describing why this exception was thrown.t - The underlying cause of this exception.public ObjectStorageClientException(String message)
message - An error message describing why this exception was thrown.public ObjectStorageClientException(Throwable t)
t - The underlying cause of this exception.Copyright © 2018. All rights reserved.