Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends RuntimeException
TimeoutException is thrown by the request evaluator when a request could not be serviced within the timeout period specified for an application.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Creates a new TimeoutException object.