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
-
error
-
-
SnmpException()
-
-
SnmpException(int, int)
-
-
SnmpException(String)
-
-
exceptionString(int)
-
-
getError()
-
error
private SnmpErrors error
SnmpException
public SnmpException()
SnmpException
public SnmpException(String s)
SnmpException
public SnmpException(int type,
int code)
getError
public SnmpErrors getError()
exceptionString
public static String exceptionString(int error)
All Packages Class Hierarchy This Package Previous Next Index