Package org.opennms.netmgt.snmp
Class ErrorStatusException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.snmp.SnmpException
-
- org.opennms.netmgt.snmp.ErrorStatusException
-
- All Implemented Interfaces:
Serializable
public class ErrorStatusException extends SnmpException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ErrorStatusException(ErrorStatus status)
ErrorStatusException(ErrorStatus status, String message)
ErrorStatusException(ErrorStatus status, Throwable t)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ErrorStatusException
public ErrorStatusException(ErrorStatus status)
-
ErrorStatusException
public ErrorStatusException(ErrorStatus status, Throwable t)
-
ErrorStatusException
public ErrorStatusException(ErrorStatus status, String message)
-
-