Package org.opennms.netmgt.provision
Class SnmpHardwareInventoryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.provision.SnmpHardwareInventoryException
-
- All Implemented Interfaces:
java.io.Serializable
public class SnmpHardwareInventoryException extends java.lang.ExceptionThe Class EntityPluginException.- Author:
- Alejandro Galue
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SnmpHardwareInventoryException()The Constructor.SnmpHardwareInventoryException(java.lang.String message)The Constructor.SnmpHardwareInventoryException(java.lang.String message, java.lang.Throwable cause)The Constructor.SnmpHardwareInventoryException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)The Constructor.SnmpHardwareInventoryException(java.lang.Throwable cause)The Constructor.
-
-
-
Constructor Detail
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException()
The Constructor.
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)The Constructor.- Parameters:
message- the messagecause- the causeenableSuppression- the enable suppressionwritableStackTrace- the writable stack trace
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(java.lang.String message, java.lang.Throwable cause)The Constructor.- Parameters:
message- the messagecause- the cause
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(java.lang.String message)
The Constructor.- Parameters:
message- the message
-
SnmpHardwareInventoryException
public SnmpHardwareInventoryException(java.lang.Throwable cause)
The Constructor.- Parameters:
cause- the cause
-
-