Class AlgorithmNotSupportedException

All Implemented Interfaces:
Serializable

public class AlgorithmNotSupportedException extends TransportProtocolException

Thrown by the transport protocol if an algorithm is not supported by the underlying JCE.

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

    • AlgorithmNotSupportedException

      public AlgorithmNotSupportedException(String msg)

      Constructs the exception.

      Parameters:
      msg - the error message
      Since:
      0.2.0