public class SnmpHardwareInventoryException extends Exception
Constructor and Description |
---|
SnmpHardwareInventoryException()
The Constructor.
|
SnmpHardwareInventoryException(String message)
The Constructor.
|
SnmpHardwareInventoryException(String message,
Throwable cause)
The Constructor.
|
SnmpHardwareInventoryException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
The Constructor.
|
SnmpHardwareInventoryException(Throwable cause)
The Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SnmpHardwareInventoryException()
public SnmpHardwareInventoryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack tracepublic SnmpHardwareInventoryException(String message, Throwable cause)
message
- the messagecause
- the causepublic SnmpHardwareInventoryException(String message)
message
- the messagepublic SnmpHardwareInventoryException(Throwable cause)
cause
- the causeCopyright © 2021. All rights reserved.