Class CursorCommitException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CursorCommitException
    extends java.io.IOException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CursorCommitException​(int statusCode, Cursor cursor, java.lang.String subscriptionId, java.io.IOException cause)  
      CursorCommitException​(int statusCode, Cursor cursor, java.lang.String subscriptionId, java.lang.String responseBody)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Cursor getCursor()  
      int getStatusCode()  
      java.lang.String getSubscriptionId()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CursorCommitException

        public CursorCommitException​(int statusCode,
                                     Cursor cursor,
                                     java.lang.String subscriptionId,
                                     java.io.IOException cause)
      • CursorCommitException

        public CursorCommitException​(int statusCode,
                                     Cursor cursor,
                                     java.lang.String subscriptionId,
                                     java.lang.String responseBody)
    • Method Detail

      • getCursor

        public Cursor getCursor()
      • getSubscriptionId

        public java.lang.String getSubscriptionId()
      • getStatusCode

        public int getStatusCode()