Package jadex.common

Class TimeoutException

All Implemented Interfaces:
Serializable

public class TimeoutException extends RuntimeException
Jadex timeout exception. Jadex does not use the JDK timeout exception, because it is checked.
See Also:
  • Constructor Details

    • TimeoutException

      public TimeoutException()
      Create a timeout exception.
    • TimeoutException

      public TimeoutException(String message)
      Create a timeout exception.
    • TimeoutException

      public TimeoutException(String message, Throwable cause)
      Create a timeout exception.
  • Method Details