Package org.opennms.netmgt.provision
Class SnmpHardwareInventoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.provision.SnmpHardwareInventoryException
-
- All Implemented Interfaces:
Serializable
public class SnmpHardwareInventoryException extends Exception
The Class EntityPluginException.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException()
The Constructor.
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
The Constructor.- Parameters:
message
- the messagecause
- the causeenableSuppression
- the enable suppressionwritableStackTrace
- the writable stack trace
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(String message, Throwable cause)
The Constructor.- Parameters:
message
- the messagecause
- the cause
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(String message)
The Constructor.- Parameters:
message
- the message
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(Throwable cause)
The Constructor.- Parameters:
cause
- the cause
-
-