Class AlgorithmInitializationException

All Implemented Interfaces:
Serializable

public class AlgorithmInitializationException extends AlgorithmException
An exception that originated from an algorithm during initialization.
See Also:
  • Constructor Details

    • AlgorithmInitializationException

      public AlgorithmInitializationException(Algorithm algorithm, String message)
      Constructs an algorithm initialization exception originating from the specified algorithm with the given message.
      Parameters:
      algorithm - the algorithm responsible for this exception
      message - the message describing this exception