Class UploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.jenkins.plugins.storage.UploadException
-
- All Implemented Interfaces:
Serializable
public class UploadException extends Exception
The class of exceptions that occur during actions ofAbstractUpload
s- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadException(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
-
-