Package com.spertus.jacquard.exceptions
Class TimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.spertus.jacquard.exceptions.TimeoutException
- All Implemented Interfaces:
AutograderException
,Serializable
A checked exception due to a test timing out.
-
Constructor Summary
ConstructorDescriptionTimeoutException
(String message) Creates a new TimeoutException.TimeoutException
(String message, Throwable cause) Creates a new TimeoutException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TimeoutException
Creates a new TimeoutException.- Parameters:
message
- the messagecause
- the cause
-
TimeoutException
Creates a new TimeoutException.- Parameters:
message
- the message
-