Class OwnershipLostException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
be.theking90000.mumble.controller.core.ControllerException
be.theking90000.mumble.controller.core.OwnershipLostException
- All Implemented Interfaces:
Serializable
The participant capability was revoked or replaced by another controller.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOwnershipLostException(ParticipantId participantId, String reason) Creates a terminal ownership-loss failure. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OwnershipLostException
Creates a terminal ownership-loss failure.- Parameters:
participantId- participant whose capability was revokedreason- runtime-provided revocation reason
-