Class TransmissionCancelledException

  • All Implemented Interfaces:
    Serializable

    public class TransmissionCancelledException
    extends IgniteException
    Exception is used to cancel a file transmission operation on the receiver. This exception may be thrown at anytime during session handling by a TransmissionHandler to gracefully interrupt the transmission session on a node-sender.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransmissionCancelledException

        public TransmissionCancelledException()
        Default no-op consturctor.
      • TransmissionCancelledException

        public TransmissionCancelledException​(String msg)
        Parameters:
        msg - Cancellation cause.