All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.websocket.exceptions.WebsocketEndpointAlreadyManagedByAnotherControllerException.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






WebsocketEndpointAlreadyManagedByAnotherControllerException (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.websocket.exceptions

Class WebsocketEndpointAlreadyManagedByAnotherControllerException

  • All Implemented Interfaces:
    Serializable


    public class WebsocketEndpointAlreadyManagedByAnotherControllerException
    extends Exception
    Thrown if the WebSocket endpoint is already managed by another controller.
    See Also:
    Serialized Form
    • Constructor Detail

      • WebsocketEndpointAlreadyManagedByAnotherControllerException

        public WebsocketEndpointAlreadyManagedByAnotherControllerException(String currentManagingControllerKey,
                                                                           String newControllerKey)
    • Method Detail

      • getCurrentManagingControllerKey

        public String getCurrentManagingControllerKey()
      • getNewControllerKey

        public String getNewControllerKey()

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy