View Javadoc

1   package com.atlassian.httpclient.api;
2   
3   public final class ResponseTransformationException extends RuntimeException {
4       public ResponseTransformationException(Throwable throwable) {
5           super(throwable);
6       }
7   }