1: package com.sun.portal.common.util; 2: 3: public class TimeoutException extends Exception { 4: 5: public TimeoutException() { 6: } 7: 8: }