Class MaxIterationsExceededException

All Implemented Interfaces:
Serializable

public class MaxIterationsExceededException extends StatisticsException
Exception thrown when maximum number of iterations is exceeded.
See Also:
  • Constructor Details

    • MaxIterationsExceededException

      public MaxIterationsExceededException()
      Constructor.
    • MaxIterationsExceededException

      public MaxIterationsExceededException(String message)
      Constructor with String containing message.
      Parameters:
      message - message indicating the cause of the exception.
    • MaxIterationsExceededException

      public MaxIterationsExceededException(String message, Throwable cause)
      Constructor with message and cause.
      Parameters:
      message - message describing the cause of the exception.
      cause - instance containing the cause of the exception.
    • MaxIterationsExceededException

      public MaxIterationsExceededException(Throwable cause)
      Constructor with cause.
      Parameters:
      cause - instance containing the cause of the exception.