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 SummaryConstructorsConstructorDescriptionConstructs a newInet6NotSupportedExceptionwith the specified detail message.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
Inet6NotSupportedExceptionConstructs a newInet6NotSupportedExceptionwith the specified detail message.- Parameters:
- msg- the detail message.
 
 
-