Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends ExpressionRuntimeException
The expression execution is timed out.
Since:
5.4.2
Author:
dennis(killme2008@gmail.com)
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String message, Throwable cause)
    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(Throwable cause)