Package com.batch.android
Class BatchPushPayload.ParsingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.batch.android.BatchPushPayload.ParsingException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- BatchPushPayload
public static class BatchPushPayload.ParsingException extends java.lang.ExceptionRepresents a payload parsing exception. This usually means that the given bundle or receiver intent doesn't contain data that BatchPushPayload understands.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParsingException()ParsingException(java.lang.String message)ParsingException(java.lang.String message, java.lang.Throwable cause)
-