public class ServiceUnavailableException extends RpcException
| Constructor and Description |
|---|
ServiceUnavailableException() |
ServiceUnavailableException(String message) |
ServiceUnavailableException(String message,
Throwable cause) |
ServiceUnavailableException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ServiceUnavailableException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServiceUnavailableException()
public ServiceUnavailableException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ServiceUnavailableException(String message)
public ServiceUnavailableException(Throwable cause)
Copyright © 2018 mydotey.org. All rights reserved.