Class AlgorithmNotAgreedException

All Implemented Interfaces:
Serializable

public class AlgorithmNotAgreedException extends TransportProtocolException

Thrown by the transport protocol if an algortihm cannot be agreed between the client and server.

Since:
0.2.0
Version:
$Revision: 1.19 $
Author:
Lee David Painter
See Also:
  • Constructor Details

    • AlgorithmNotAgreedException

      public AlgorithmNotAgreedException(String msg)

      Constructs the exception.

      Parameters:
      msg - the error message
      Since:
      0.2.0