public class SnmpTrapException extends Exception
Constructor and Description |
---|
SnmpTrapException()
Instantiates a new SNMP trap helper exception.
|
SnmpTrapException(String message)
Instantiates a new SNMP trap helper exception.
|
SnmpTrapException(String message,
Throwable cause)
Instantiates a new SNMP trap helper exception.
|
SnmpTrapException(Throwable cause)
Instantiates a new SNMP trap helper exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnmpTrapException()
public SnmpTrapException(String message, Throwable cause)
message
- the messagecause
- the causepublic SnmpTrapException(String message)
message
- the messagepublic SnmpTrapException(Throwable cause)
cause
- the causeCopyright © 2021. All rights reserved.