public class ServiceUnavailableException extends ObjectStoreException
ObjectStoreService
from performing an
operation (e.g. network failures, if the service implementation depends on talking It may make sense for a client to
retry the operation after a short time, but there is no guarantee that it will succeed then. The service
implementation may use further subclasses or the Throwable.getCause()
of this exception to describe the error in more
details.Constructor and Description |
---|
ServiceUnavailableException(java.lang.String message)
create exception with description only.
|
ServiceUnavailableException(java.lang.String message,
java.lang.Throwable cause)
create exception with description and causing exception.
|
ServiceUnavailableException(java.lang.Throwable cause)
create exception from causing exception.
|
public ServiceUnavailableException(java.lang.String message, java.lang.Throwable cause)
public ServiceUnavailableException(java.lang.String message)
public ServiceUnavailableException(java.lang.Throwable cause)