Class UploadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jenkinsci.plugins.googleplayandroidpublisher.UploadException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CredentialsException
,EphemeralCredentialsException
,PublisherApiException
public class UploadException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UploadException(String message)
UploadException(String message, Throwable cause)
UploadException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-