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