Class ConnectionException

All Implemented Interfaces:
Serializable

public class ConnectionException extends UndeterminedStateException
Subclass of UndeterminedStateException that represents all instances when the action performed failed due to an issue in the connection with the server.
See Also:
  • Constructor Details

    • ConnectionException

      public ConnectionException(String msg)
    • ConnectionException

      public ConnectionException(Throwable e)