Class BatchPushPayload.ParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.batch.android.BatchPushPayload.ParsingException
All Implemented Interfaces:
Serializable
Enclosing class:
BatchPushPayload

public static class BatchPushPayload.ParsingException extends Exception
Represents a payload parsing exception. This usually means that the given bundle or receiver intent doesn't contain data that BatchPushPayload understands.
See Also:
  • Constructor Details

    • ParsingException

      public ParsingException()
    • ParsingException

      public ParsingException(String message)
    • ParsingException

      public ParsingException(String message, Throwable cause)