Class WebsocketEndpointAlreadyManagedByAnotherControllerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException
- All Implemented Interfaces:
Serializable
Thrown if the WebSocket endpoint is already managed by another
controller.
- See Also:
-
Constructor Summary
ConstructorDescriptionWebsocketEndpointAlreadyManagedByAnotherControllerException
(String currentManagingControllerKey, String newControllerKey) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WebsocketEndpointAlreadyManagedByAnotherControllerException
-
-
Method Details
-
getCurrentManagingControllerKey
-
getNewControllerKey
-