Package jadex.commons.future
Class FutureTerminatedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jadex.commons.future.FutureTerminatedException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MultiplicityException
public class FutureTerminatedException extends java.lang.RuntimeException
Exception that signals that a future has been terminated.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FutureTerminatedException()
Create an exception.FutureTerminatedException(java.lang.String message)
Create an exception with message.FutureTerminatedException(java.lang.String message, java.lang.Throwable cause)
Create an exception with message and cause.FutureTerminatedException(java.lang.Throwable cause)
Create an exception with cause.
-
-
-
Constructor Detail
-
FutureTerminatedException
public FutureTerminatedException()
Create an exception.
-
FutureTerminatedException
public FutureTerminatedException(java.lang.String message)
Create an exception with message.
-
FutureTerminatedException
public FutureTerminatedException(java.lang.String message, java.lang.Throwable cause)
Create an exception with message and cause.
-
FutureTerminatedException
public FutureTerminatedException(java.lang.Throwable cause)
Create an exception with cause.
-
-