Class MLLimitExceededException

All Implemented Interfaces:
Serializable

public class MLLimitExceededException extends MLException
This exception is thrown when a some limit is exceeded. Won't count this exception in stats.
See Also:
  • Constructor Details

    • MLLimitExceededException

      public MLLimitExceededException(String message)
      Constructor with error message.
      Parameters:
      message - message of the exception
    • MLLimitExceededException

      public MLLimitExceededException(Throwable cause)
      Constructor with specified cause.
      Parameters:
      cause - exception cause