disman
Class NoDismanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
                    |
                    +--disman.NoDismanException

public class NoDismanException
extends DismanException

This class represents the exception that may be thrown by several methods of classes of the disman package. This exception indicates, that there is no Script MIB support fors the specified combination of host, port and community. This exception is thrown if a host does not respond to an initial access to the SNMP agent, if it rejects any access to its MIB or if it rejects acceess to the Script MIB.

See Also:
Serialized Form

Constructor Summary
NoDismanException()
          Constructs an NoDismanException with no specified detail message.
NoDismanException(java.lang.String msg)
          Constructs an NoDismanException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoDismanException

public NoDismanException()
Constructs an NoDismanException with no specified detail message.

NoDismanException

public NoDismanException(java.lang.String msg)
Constructs an NoDismanException with the specified detail message.