public class NetworkInterfaceException extends Exception
| Constructor and Description |
|---|
NetworkInterfaceException()
Default constructor for the exception
|
NetworkInterfaceException(String reason)
Constructor for the network interface exception with a specified reason
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NetworkInterfaceException()
public NetworkInterfaceException(String reason)
reason - the reason why the exception was raisedCopyright © 2012 code4tv.com. All Rights Reserved.