Class SessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.metricshub.ipmi.core.connection.SessionException
All Implemented Interfaces:
Serializable

public class SessionException extends Exception
Exception that can be thrown when there are some problems with session, for example when establishig new session.
See Also:
  • Constructor Details

    • SessionException

      public SessionException(String message, Throwable cause)