Class 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 accessed
        cause - the underlying cause that triggered this exception