Class BatchMessagingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.batch.android.BatchMessagingException
All Implemented Interfaces:
Serializable

public class BatchMessagingException extends Exception
Batch Messaging Exception. Usually wraps another exception.
See Also:
  • Constructor Details

    • BatchMessagingException

      public BatchMessagingException()
    • BatchMessagingException

      public BatchMessagingException(String message)
    • BatchMessagingException

      public BatchMessagingException(String message, Throwable cause)
    • BatchMessagingException

      public BatchMessagingException(Throwable cause)