palio.modules.snmp
Class SNMPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by palio.PalioException
              extended by palio.modules.snmp.SNMPException
All Implemented Interfaces:
java.io.Serializable

public class SNMPException
extends palio.PalioException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class palio.PalioException
BAD_PASSWORD, DEDICATED_RECONNECT
 
Constructor Summary
SNMPException(java.lang.Exception e)
           
SNMPException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class palio.PalioException
createTransportableException, createTransportableException, getCode, getCore, getException, getExtension, getLocalizedMessage, getLogger, getMessage, getStackTrace, printStackTrace, printStackTrace, putException, putException, putException, putException, setCode, setLogger, setMessage, setMessage, setStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, initCause, printStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SNMPException

public SNMPException(java.lang.String message)

SNMPException

public SNMPException(java.lang.Exception e)