Class CredentialsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jenkinsci.plugins.googleplayandroidpublisher.UploadException
-
- org.jenkinsci.plugins.googleplayandroidpublisher.CredentialsException
-
- All Implemented Interfaces:
Serializable
public class CredentialsException extends UploadException
Thrown when there's a local configuration error with the Google Play credentials.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialsException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CredentialsException
public CredentialsException(String message)
-
-