com.tivoli.twg.snmp
Class TWGSNMPException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.tivoli.twg.snmp.TWGSNMPException
All Implemented Interfaces:
java.io.Serializable

public class TWGSNMPException
extends java.lang.Exception

SNMP general exception.

Note: This class will create an entry in the TWGRAS engine using the SNMP filter, and will be fully viewable using the RAS tools, like Raswatch.

See Also:
Serialized Form

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

TWGSNMPException

public TWGSNMPException()
Constructs an TWGSNMPException with no detail message.


TWGSNMPException

public TWGSNMPException(java.lang.String string)
Constructs an TWGSNMPException with the specified detail message.