Class IpmiCommandForSolarisException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.IpmiCommandForSolarisException
All Implemented Interfaces:
Serializable

public class IpmiCommandForSolarisException extends Exception
This exception is thrown for IPMI commands specific to Solaris.
See Also:
  • Constructor Details

    • IpmiCommandForSolarisException

      public IpmiCommandForSolarisException(String message)
      Constructs a new IpmiCommandForSolarisException with the specified detail message.
      Parameters:
      message - the detail message.