Class IllegalBlockingModeException

  • All Implemented Interfaces:
    Serializable

    public class IllegalBlockingModeException
    extends IllegalStateException
    An IllegalBlockingModeException is thrown when an operation that requires a specific blocking mode is invoked on a channel that is in a different blocking mode.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalBlockingModeException

        public IllegalBlockingModeException()
        Constructs a IllegalBlockingModeException.