Class TransmissionFailedException

  • All Implemented Interfaces:
    Serializable

    public class TransmissionFailedException
    extends Throwable
    Signals that a packet transmission exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted transmissions.
    Author:
    George Politis
    See Also:
    Serialized Form
    • Constructor Detail

      • TransmissionFailedException

        public TransmissionFailedException​(Exception e)
        Ctor.
        Parameters:
        e -