Class PublisherApiException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jenkinsci.plugins.googleplayandroidpublisher.UploadException
-
- org.jenkinsci.plugins.googleplayandroidpublisher.PublisherApiException
-
- All Implemented Interfaces:
Serializable
public class PublisherApiException extends UploadException
Thrown when a call to the Google Play API throws an exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PublisherApiException(IOException cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorMessage()
List<String>
getErrorMessages()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-