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
Specific Exception to show IPv6 is not supported.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs 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.
-