Package org.dlese.dpc.util
Class URLConnectionTimedOutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.util.URLConnectionTimedOutException
- All Implemented Interfaces:
Serializable
Indicates a TimedURLConnection has timed out.
- Author:
- John Weatherley
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionURLConnectionTimedOutException(String message) Constructs aURLConnectionTimedOutExceptionwith the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
URLConnectionTimedOutException
Constructs aURLConnectionTimedOutExceptionwith the specified detail message.- Parameters:
message- the detailed message.
-