git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@944837
13f79535-47bb-0310-9956-
ffa450edef68
public final class ClientAbortException extends IOException {
+ private static final long serialVersionUID = 1L;
+
//------------------------------------------------------------ Constructors
-
/**
* Construct a new ClientAbortException with no other information.
*/
/**
- * remove a configured property.
- */
- public void removeProperty(String name) {
- // FIXME !
- //protocolHandler.removeAttribute(name);
- }
-
-
- /**
* Return the <code>Service</code> with which we are associated (if any).
*/
public Service getService() {
setProperty("proxyName", proxyName);
} else {
this.proxyName = null;
- removeProperty("proxyName");
}
}