Class AlreadyClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.quantummaid.eventmaid.exceptions.AlreadyClosedException
-
- All Implemented Interfaces:
Serializable
public class AlreadyClosedException extends RuntimeException
Exception, that is thrown, when a message is send on aChannel,MessageBusorMessageFunctionis called on object, that was already closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AlreadyClosedException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-