Class URLException

All Implemented Interfaces:
Serializable

public class URLException extends RuntimeException
Runtime exception thrown when dealing with URL failures.
Author:
Pascal Essiembre
See Also:
  • Constructor Details

    • URLException

      public URLException()
      Constructor.
    • URLException

      public URLException(String message)
      Constructor.
      Parameters:
      message - exception message
    • URLException

      public URLException(Throwable cause)
      Constructor.
      Parameters:
      cause - exception cause
    • URLException

      public URLException(String message, Throwable cause)
      Constructor.
      Parameters:
      message - exception message
      cause - exception cause