disman
Class DismanException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--disman.DismanException
Direct Known Subclasses:
EntryAlreadyExistsException, IllegalNameException, InconsistencyException, NoDismanException, ScheduleEnableException, ScheduleSpecParseException, ScriptEnableException, SnmpException, TimeoutException

public class DismanException
extends java.lang.Exception

This class represents the exception that may be thrown by several methods of classes of the disman package.

See Also:
Serialized Form

Constructor Summary
DismanException()
          Constructs an DismanException with no specified detail message.
DismanException(java.lang.String msg)
          Constructs an DismanException 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

DismanException

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

DismanException

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