Class UDPSendException

  • All Implemented Interfaces:
    Serializable

    public class UDPSendException
    extends Exception
    Wrapper exception for an exception that is thrown when attempting to send a UDP message. The actual wrapped exception type may vary depending on implementation of UDPAccessor, for example IOException, SecurityException etc.
    See Also:
    Serialized Form
    • Constructor Detail

      • UDPSendException

        public UDPSendException​(Exception wrapped)
        Create a UDPSendException with a wrapped Exception
        Parameters:
        wrapped - the Exception to be wrapped in this UDPSendException.