Class NoManagedInterfacesException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NoManagedInterfacesException
    extends java.lang.RuntimeException

    NoManagedInterfacesException class.

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

      Constructors 
      Constructor Description
      NoManagedInterfacesException​(java.lang.String nodeListUri)
      Constructor for NoManagedInterfacesException.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNodeListUri()
      getNodeListUri
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String nodeListUri)

        Constructor for NoManagedInterfacesException.

        Parameters:
        nodeListUri - a String object.
    • Method Detail

      • getNodeListUri

        public java.lang.String getNodeListUri()

        getNodeListUri

        Returns:
        a String object.