Class NotSubscribedException

All Implemented Interfaces:
Serializable

public class NotSubscribedException extends ControllerException
An exception thrown when an action requires a subscribed client but the client is not actually subscribed.
See Also:
  • Constructor Details

    • NotSubscribedException

      public NotSubscribedException(String message)