Class AbstractHttpUploadException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getFileSize()  
      java.net.URL getPutUrl()  
      Slot getSlot()  
      • 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

      • AbstractHttpUploadException

        protected AbstractHttpUploadException​(long fileSize,
                                              Slot slot,
                                              java.lang.String message)
      • AbstractHttpUploadException

        protected AbstractHttpUploadException​(long fileSize,
                                              Slot slot,
                                              java.lang.String message,
                                              java.lang.Throwable wrappedThrowable)
    • Method Detail

      • getFileSize

        public long getFileSize()
      • getPutUrl

        public java.net.URL getPutUrl()
      • getSlot

        public Slot getSlot()