Class IpmiCommandForSolarisException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.sentrysoftware.metricshub.engine.common.exception.IpmiCommandForSolarisException
- All Implemented Interfaces:
Serializable
This exception is thrown for IPMI commands specific to Solaris.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIpmiCommandForSolarisException(String message) Constructs a new IpmiCommandForSolarisException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IpmiCommandForSolarisException
Constructs a new IpmiCommandForSolarisException with the specified detail message.- Parameters:
message- the detail message.
-