Class SOLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.ipmi.core.api.sol.SOLException
All Implemented Interfaces:
Serializable

public class SOLException extends Exception
Exception representing problem that might have been encoutered during Serial over LAN communication.
See Also:
  • Constructor Details

    • SOLException

      public SOLException(String message)
    • SOLException

      public SOLException(String message, Throwable cause)