All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jsnmp.SnmpException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----jsnmp.SnmpException

public class SnmpException
extends Exception

Variable Index

 o error

Constructor Index

 o SnmpException()
 o SnmpException(int, int)
 o SnmpException(String)

Method Index

 o exceptionString(int)
 o getError()

Variables

 o error
 private SnmpErrors error

Constructors

 o SnmpException
 public SnmpException()
 o SnmpException
 public SnmpException(String s)
 o SnmpException
 public SnmpException(int type,
                      int code)

Methods

 o getError
 public SnmpErrors getError()
 o exceptionString
 public static String exceptionString(int error)

All Packages  Class Hierarchy  This Package  Previous  Next  Index