Class SnmpHardwareInventoryException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SnmpHardwareInventoryException
    extends java.lang.Exception
    The Class EntityPluginException.
    Author:
    Alejandro Galue
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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 message
        cause - the cause
        enableSuppression - the enable suppression
        writableStackTrace - the writable stack trace
      • SnmpHardwareInventoryException

        public SnmpHardwareInventoryException​(java.lang.String message,
                                              java.lang.Throwable cause)
        The Constructor.
        Parameters:
        message - the message
        cause - 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