Class MessageErrorException

All Implemented Interfaces:
Serializable

public class MessageErrorException extends PushClientException
Exception indicating issues with the push request, see getResponse for details. Most likely, the registered device token is invalid.
See Also:
  • Constructor Details

    • MessageErrorException

      public MessageErrorException(String responseBodyText, HttpHeaders httpHeaders)