Package jadex.future
Class FutureTerminatedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.future.FutureTerminatedException
- All Implemented Interfaces:
Serializable
Exception that signals that a future has been terminated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception.FutureTerminatedException
(String message) Create an exception with message.FutureTerminatedException
(String message, Throwable cause) Create an exception with message and cause.Create an exception with cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FutureTerminatedException
public FutureTerminatedException()Create an exception. -
FutureTerminatedException
Create an exception with message. -
FutureTerminatedException
Create an exception with message and cause. -
FutureTerminatedException
Create an exception with cause.
-