Class URLConnectionTimedOutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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:
  • Constructor Details

    • URLConnectionTimedOutException

      public URLConnectionTimedOutException(String message)
      Constructs a URLConnectionTimedOutException with the specified detail message.
      Parameters:
      message - the detailed message.