Package uk.ac.manchester.spinnaker.utils
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 Summary
Constructors Constructor Description Inet6NotSupportedException(String msg)
Constructs a newInet6NotSupportedException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
Inet6NotSupportedException
Constructs a newInet6NotSupportedException
with the specified detail message.- Parameters:
msg
- the detail message.
-