Class UploadSessionStartErrorException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UploadSessionStartErrorException
    extends DbxApiException
    Exception thrown when the server responds with a UploadSessionStartError error.

    This exception is raised by DbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).

    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      UploadSessionStartError errorValue
      The error reported by DbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).
    • Method Summary

      • 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
    • Field Detail

      • errorValue

        public final UploadSessionStartError errorValue
        The error reported by DbxUserFilesRequests.uploadSessionStart(com.dropbox.core.v2.files.UploadSessionStartArg).
    • Constructor Detail

      • UploadSessionStartErrorException

        public UploadSessionStartErrorException​(java.lang.String routeName,
                                                java.lang.String requestId,
                                                LocalizedText userMessage,
                                                UploadSessionStartError errorValue)