Class InetFactory.Inet6NotSupportedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.net.UnknownHostException
uk.ac.manchester.spinnaker.utils.InetFactory.Inet6NotSupportedException
All Implemented Interfaces:
Serializable
Enclosing class:
InetFactory

public static class InetFactory.Inet6NotSupportedException
extends UnknownHostException
Specific Exception to show IPv6 is not supported.
See Also:
Serialized Form
  • Constructor Details

    • Inet6NotSupportedException

      public Inet6NotSupportedException​(String msg)
      Constructs a new Inet6NotSupportedException with the specified detail message.
      Parameters:
      msg - the detail message.