Class EndpointException

All Implemented Interfaces:
Serializable

public class EndpointException extends RuntimeException
Represents the exception that occurs in case of any issues with sending the request.
See Also:
Serialized Form
  • Constructor Details

    • EndpointException

      public EndpointException(String message)
      Initializes a new instance of the EndpointException class.
      Parameters:
      message - Message of end point exception.