Class AddedDuplicatedClientCommandException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.AddedDuplicatedClientCommandException
All Implemented Interfaces:
Serializable

public final class AddedDuplicatedClientCommandException extends RuntimeException
When a command which existed on the server is added again.
See Also:
  • Constructor Details

    • AddedDuplicatedClientCommandException

      public AddedDuplicatedClientCommandException(Short code, AbstractClientCommandHandler commandHandler)
      When a command which existed on the server is added again.
      Parameters:
      code - the unique command's label
      commandHandler - the available AbstractClientCommandHandler instance