Class DbxOAuthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DbxOAuthException
    extends DbxException
    This exception means OAuth endpoint has thrown error.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      DbxOAuthError getDbxOAuthError()
      Get the wrapped DbxOAuthError to tell what error has been thrown.
      • 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

      • DbxOAuthException

        public DbxOAuthException​(java.lang.String requestId,
                                 DbxOAuthError dbxOAuthError)