ExceptionEndpointCalling<T extends Exception> constructor

ExceptionEndpointCalling<T extends Exception>(
  1. ExceptionEndpointCallingBinding<T> endpoint
)

Implementation

ExceptionEndpointCalling(ExceptionEndpointCallingBinding<T> endpoint)
    : super(endpoint);