Class CredentialRetrievalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.registry.credentials.CredentialRetrievalException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
CredentialHelperNotFoundException,CredentialHelperUnhandledServerUrlException
public class CredentialRetrievalException extends java.lang.ExceptionThrown if something went wrong duringCredentialRetriever.retrieve().- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialRetrievalException(java.lang.Throwable cause)
-