Package com.tenio.core.exception
Class AddedDuplicatedClientCommandException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tenio.core.exception.AddedDuplicatedClientCommandException
- All Implemented Interfaces:
Serializable
When a command which existed on the server is added again.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAddedDuplicatedClientCommandException(Short code, AbstractClientCommandHandler commandHandler) When a command which existed on the server is added again. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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 labelcommandHandler- the availableAbstractClientCommandHandlerinstance
-