01: package com.sun.portal.rproxy.configservlet.client; 02: 03: public class GetResponseException extends Exception { 04: public GetResponseException() { 05: } 06: 07: public GetResponseException(String s) { 08: super(s); 09: } 10: }