Searched defs:SnmpStatusException (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpStatusException.java40 public class SnmpStatusException extends Exception implements SnmpDefinitions { class in inherits:Exception,SnmpDefinitions
75 * Constructs a new <CODE>SnmpStatusException</CODE> with the specified status error.
78 public SnmpStatusException(int status) { method in class:SnmpStatusException
83 * Constructs a new <CODE>SnmpStatusException</CODE> with the specified status error and status index.
87 public SnmpStatusException(int status, int index) { method in class:SnmpStatusException
93 * Constructs a new <CODE>SnmpStatusException</CODE> with an error message.
97 public SnmpStatusException(String s) { method in class:SnmpStatusException
102 * Constructs a new <CODE>SnmpStatusException</CODE> with an error index.
103 * @param x The original <CODE>SnmpStatusException</CODE>.
106 public SnmpStatusException(SnmpStatusExceptio method in class:SnmpStatusException
[all...]

Completed in 29 milliseconds