Class AbstractHttpUploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jivesoftware.smackx.httpfileupload.AbstractHttpUploadException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbstractHttpUploadException.HttpUploadErrorException
,AbstractHttpUploadException.HttpUploadIOException
An exception class to provide additional information in case of exceptions during file uploading.
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Exception thrown when http response returned after upload is not 200.static class
Exception thrown when an unexpected exception occurred during the upload. -
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractHttpUploadException
(long fileSize, Slot slot, String message) protected
AbstractHttpUploadException
(long fileSize, Slot slot, String message, Throwable wrappedThrowable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbstractHttpUploadException
-
AbstractHttpUploadException
protected AbstractHttpUploadException(long fileSize, Slot slot, String message, Throwable wrappedThrowable)
-
-
Method Details
-
getFileSize
-
getPutUrl
-
getSlot
-