Class EphemeralCredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jenkinsci.plugins.googleplayandroidpublisher.UploadException
-
- org.jenkinsci.plugins.googleplayandroidpublisher.EphemeralCredentialsException
-
- All Implemented Interfaces:
Serializable
public class EphemeralCredentialsException extends UploadException
Thrown when there's a temporary problem with validating the Google Play credentials.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EphemeralCredentialsException(String message)
EphemeralCredentialsException(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
-
-