Class ProtocolSendFailedException

All Implemented Interfaces:
Serializable

public class ProtocolSendFailedException extends SdkException
Represents an exception that is thrown when the protocol send fails.
See Also:
  • Constructor Details

    • ProtocolSendFailedException

      public ProtocolSendFailedException(Exception cause)
      Initializes a new instance of the ProtocolSendFailedException class with the specified cause.
      Parameters:
      cause - The cause of the exception.