Class AlgorithmOperationException

All Implemented Interfaces:
Serializable

public class AlgorithmOperationException extends TransportProtocolException

Thrown by the transport protocol if an algorithm operation error occurs.

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

    • AlgorithmOperationException

      public AlgorithmOperationException(String msg)

      Contructs the exception.

      Parameters:
      msg - the error message
      Since:
      0.2.0