org.opennms.netmgt.poller
Class NetworkInterfaceNotSupportedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.UnsupportedOperationException
                  extended by 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

Constructor Summary
NetworkInterfaceNotSupportedException()
          Constructs a new exception instance.
NetworkInterfaceNotSupportedException(String msg)
          Constructs a new exception instance with the specific message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.