Package jadex.future

Class FutureTerminatedException

All Implemented Interfaces:
Serializable

public class FutureTerminatedException extends RuntimeException
Exception that signals that a future has been terminated.
See Also:
  • Constructor Details

    • FutureTerminatedException

      public FutureTerminatedException()
      Create an exception.
    • FutureTerminatedException

      public FutureTerminatedException(String message)
      Create an exception with message.
    • FutureTerminatedException

      public FutureTerminatedException(String message, Throwable cause)
      Create an exception with message and cause.
    • FutureTerminatedException

      public FutureTerminatedException(Throwable cause)
      Create an exception with cause.