Class MultiplicityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jadex.future.FutureTerminatedException
jadex.providedservice.impl.search.MultiplicityException
- All Implemented Interfaces:
Serializable
public class MultiplicityException
extends jadex.future.FutureTerminatedException
Exception that the multiplicity has been violated.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate an exception.MultiplicityException
(String message) Create an exception with message.MultiplicityException
(String message, Throwable cause) Create an exception with message and cause.MultiplicityException
(Throwable 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
-
MultiplicityException
public MultiplicityException()Create an exception. -
MultiplicityException
Create an exception with message. -
MultiplicityException
Create an exception with message and cause. -
MultiplicityException
Create an exception with cause.
-