Messaging is a better alternative to service topics for sending point-to-point requests.
@Deprecated public class ServiceException extends APIException
Constructor and Description |
---|
ServiceException(String message)
Deprecated.
Create a new ServiceException.
|
ServiceException(String message,
Throwable ex)
Deprecated.
Create a new ServiceException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServiceException(String message, Throwable ex)
message
- this will be reported back to the clientex
- the details of this will be reported back to the clientpublic ServiceException(String message)
message
- this will be reported back to the clientCopyright © 2016 Push Technology Ltd. All Rights Reserved.