Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends IbisException
Exception thrown to signal that a timeout occurred.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
    • TimeoutException

      public TimeoutException(String message)
    • TimeoutException

      public TimeoutException(String message, Throwable throwable)
    • TimeoutException

      public TimeoutException(Throwable throwable)