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.RuntimeExceptionException that signals that a future has been terminated.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors 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- 
FutureTerminatedExceptionpublic FutureTerminatedException() Create an exception.
 - 
FutureTerminatedExceptionpublic FutureTerminatedException(java.lang.String message) Create an exception with message.
 - 
FutureTerminatedExceptionpublic FutureTerminatedException(java.lang.String message, java.lang.Throwable cause)Create an exception with message and cause.
 - 
FutureTerminatedExceptionpublic FutureTerminatedException(java.lang.Throwable cause) Create an exception with cause.
 
- 
 
-