public class InsecureRegistryException extends RegistryException
Constructor and Description |
---|
InsecureRegistryException(java.net.URL insecureUrl,
java.lang.Throwable cause)
Creates a new exception with a human readable message.
|
public InsecureRegistryException(java.net.URL insecureUrl, java.lang.Throwable cause)
insecureUrl
- the insecure url that is attempted to be accessedcause
- the underlying cause that triggered this exception