Class UploadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.google.jenkins.plugins.storage.UploadException
- All Implemented Interfaces:
Serializable
The class of exceptions that occur during actions of
AbstractUpload
s- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUploadException
(String message) UploadException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UploadException
-
UploadException
-