Class TimeoutException

  • All Implemented Interfaces:
    Serializable

    public class TimeoutException
    extends RuntimeException
    Exception reported when the monitored operation timed out.

    For performance reason, this exception does not carry a stack trace. You are not allowed to set a stack trace or a cause to this exception. This immutability allows using a singleton instance.

    Author:
    Clement Escoffier
    See Also:
    Serialized Form