Package com.batch.android
Class BatchMessagingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.batch.android.BatchMessagingException
- All Implemented Interfaces:
Serializable
Batch Messaging Exception. Usually wraps another exception.
- See Also:
-
Constructor Summary
ConstructorDescriptionBatchMessagingException
(String message) BatchMessagingException
(String message, Throwable cause) BatchMessagingException
(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
-
BatchMessagingException
public BatchMessagingException() -
BatchMessagingException
-
BatchMessagingException
-
BatchMessagingException
-