org.opennms.web.admin.nodeManagement
Class NoManagedInterfacesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.opennms.web.admin.nodeManagement.NoManagedInterfacesException
All Implemented Interfaces:
Serializable

public class NoManagedInterfacesException
extends RuntimeException

NoManagedInterfacesException class.

Since:
1.8.1
Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
NoManagedInterfacesException(String nodeListUri)
          Constructor for NoManagedInterfacesException.
 
Method Summary
 String getNodeListUri()
          getNodeListUri
 
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

NoManagedInterfacesException

public NoManagedInterfacesException(String nodeListUri)

Constructor for NoManagedInterfacesException.

Parameters:
nodeListUri - a String object.
Method Detail

getNodeListUri

public String getNodeListUri()

getNodeListUri

Returns:
a String object.


Copyright © 2011. All Rights Reserved.