DLESE Tools
v1.6.0

org.dlese.dpc.util
Class URLConnectionTimedOutException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
URLConnectionTimedOutException(String message)
          Constructs a URLConnectionTimedOutException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLConnectionTimedOutException

public URLConnectionTimedOutException(String message)
Constructs a URLConnectionTimedOutException with the specified detail message.

Parameters:
message - the detailed message.

DLESE Tools
v1.6.0