Class UnsupportedSchemeException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedSchemeException
    extends IOException
    Signals failure to establish connection using an unknown protocol scheme.
    Since:
    4.3
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedSchemeException

        public UnsupportedSchemeException​(String message)
        Creates a UnsupportedSchemeException with the specified detail message.