Class SnmpTrapException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.alarmd.northbounder.snmptrap.SnmpTrapException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnmpTrapException extends java.lang.Exception
The Class SnmpTrapHelperException.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnmpTrapException()
Instantiates a new SNMP trap helper exception.SnmpTrapException(java.lang.String message)
Instantiates a new SNMP trap helper exception.SnmpTrapException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new SNMP trap helper exception.SnmpTrapException(java.lang.Throwable cause)
Instantiates a new SNMP trap helper exception.
-
-
-
Constructor Detail
-
SnmpTrapException
public SnmpTrapException()
Instantiates a new SNMP trap helper exception.
-
SnmpTrapException
public SnmpTrapException(java.lang.String message, java.lang.Throwable cause)
Instantiates a new SNMP trap helper exception.- Parameters:
message
- the messagecause
- the cause
-
SnmpTrapException
public SnmpTrapException(java.lang.String message)
Instantiates a new SNMP trap helper exception.- Parameters:
message
- the message
-
SnmpTrapException
public SnmpTrapException(java.lang.Throwable cause)
Instantiates a new SNMP trap helper exception.- Parameters:
cause
- the cause
-
-