Class CommandInvalidException

  • All Implemented Interfaces:
    Serializable

    public class CommandInvalidException
    extends ConnectionException
    Exception thrown if the client sent an invalid sequence of frames, attempting to perform an operation that was considered invalid by the server. This usually implies a programming error in the client.
    See Also:
    Serialized Form
    • Constructor Detail

      • CommandInvalidException

        public CommandInvalidException​(String message)