Class UDPSendException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.caplin.jtm.net.udp.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:
  • Constructor Details

    • UDPSendException

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