Class AssemblerClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opendaylight.controller.cluster.messaging.MessageSliceException
org.opendaylight.controller.cluster.messaging.AssemblerClosedException
- All Implemented Interfaces:
Serializable
A MessageSliceException indicating the message assembler has already been closed.
- Author:
- Thomas Pantelis
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opendaylight.controller.cluster.messaging.MessageSliceException
isRetriable
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AssemblerClosedException
Constructs an instance.- Parameters:
identifier
- the identifier whose state was closed
-