Class ProtocolInvalidResponseException

All Implemented Interfaces:
Serializable

public class ProtocolInvalidResponseException extends SdkException
Represents an exception that is thrown when the response received from the protocol is invalid.
See Also:
  • Constructor Details

    • ProtocolInvalidResponseException

      public ProtocolInvalidResponseException(String content)
      Initializes a new instance of the ProtocolInvalidResponseException class with the specified content.
      Parameters:
      content - The content of the invalid response.