Class TimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spertus.jacquard.exceptions.TimeoutException
All Implemented Interfaces:
AutograderException, Serializable

public class TimeoutException extends Exception implements AutograderException
A checked exception due to a test timing out.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException(String message, Throwable cause)
      Creates a new TimeoutException.
      Parameters:
      message - the message
      cause - the cause
    • TimeoutException

      public TimeoutException(String message)
      Creates a new TimeoutException.
      Parameters:
      message - the message