public class NetworkInterfaceNotSupportedException extends UnsupportedOperationException
This exception is generated by a service monitor when the poller framework passes the interface to the monitor. If the monitor does not support the interface type an exception of this type will prevent it from being passed to the monitor again.
Constructor and Description |
---|
NetworkInterfaceNotSupportedException()
Constructs a new exception instance.
|
NetworkInterfaceNotSupportedException(String msg)
Constructs a new exception instance with the specific message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NetworkInterfaceNotSupportedException()
public NetworkInterfaceNotSupportedException(String msg)
msg
- The exception message.Copyright © 2015. All rights reserved.