org.opennms.netmgt.poller
Class NetworkInterfaceNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.UnsupportedOperationException
org.opennms.netmgt.poller.NetworkInterfaceNotSupportedException
- All Implemented Interfaces:
- Serializable
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.
- Author:
- Weave , OpenNMS
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NetworkInterfaceNotSupportedException
public NetworkInterfaceNotSupportedException()
- Constructs a new exception instance.
NetworkInterfaceNotSupportedException
public NetworkInterfaceNotSupportedException(String msg)
- Constructs a new exception instance with the specific message
- Parameters:
msg - The exception message.
Copyright © 2009. All Rights Reserved.