Package com.google.cloud.tools.jib.api
Class InsecureRegistryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.google.cloud.tools.jib.api.RegistryException
-
- com.google.cloud.tools.jib.api.InsecureRegistryException
-
- All Implemented Interfaces:
java.io.Serializable
public class InsecureRegistryException extends RegistryException
Throw when attempting to access an insecure registry when only secure connections are allowed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InsecureRegistryException(java.net.URL insecureUrl, java.lang.Throwable cause)
Creates a new exception with a human readable message.
-
-
-
Constructor Detail
-
InsecureRegistryException
public InsecureRegistryException(java.net.URL insecureUrl, java.lang.Throwable cause)
Creates a new exception with a human readable message.- Parameters:
insecureUrl
- the insecure url that is attempted to be accessedcause
- the underlying cause that triggered this exception
-
-