org.dlese.dpc.util
Class URLConnectionTimedOutException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.dlese.dpc.util.URLConnectionTimedOutException
org.dlese.dpc.util.URLConnectionTimedOutException
- All Implemented Interfaces: 
- Serializable
- public class URLConnectionTimedOutException 
- extends Exception
Indicates a TimedURLConnection has timed out.
- Author:
- John Weatherley
- See Also:
- TimedURLConnection, 
Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
URLConnectionTimedOutException
public URLConnectionTimedOutException(String message)
- Constructs a URLConnectionTimedOutExceptionwith the specified detail
  message.
 
- Parameters:
- message- the detailed message.