Package com.batch.android
Class BatchPushPayload.ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.batch.android.BatchPushPayload.ParsingException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- BatchPushPayload
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 Summary
ConstructorDescriptionParsingException
(String message) ParsingException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
public ParsingException() -
ParsingException
-
ParsingException
-