Class PushClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.mobile.services.client.ClientException
com.sap.mobile.services.client.push.PushClientException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
MessageErrorException
,NoMessageSentException
Generic Push Client Exception with Push Response.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPushClientException
(String msg, String responseBodyText, HttpHeaders httpHeaders, PushResponse response) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PushClientException
public PushClientException(String msg, String responseBodyText, HttpHeaders httpHeaders, PushResponse response)
-