ProxyHandlerException constructor

ProxyHandlerException(
  1. String targetUri,
  2. Object exception
)

Constructor.

Implementation

ProxyHandlerException(this.targetUri, this.exception);