Package jadex.commons

Class TimeoutException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      TimeoutException()
      Create a timeout exception.
      TimeoutException​(java.lang.String message)
      Create a timeout exception.
      TimeoutException​(java.lang.String message, java.lang.Throwable cause)
      Create a timeout exception.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void printStackTrace()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TimeoutException

        public TimeoutException()
        Create a timeout exception.
      • TimeoutException

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

        public TimeoutException​(java.lang.String message,
                                java.lang.Throwable cause)
        Create a timeout exception.
    • Method Detail

      • printStackTrace

        public void printStackTrace()
        Overrides:
        printStackTrace in class java.lang.Throwable