Class UrlException

All Implemented Interfaces:
Serializable

public class UrlException extends RuntimeException
Runtime exception thrown when dealing with URL failures.
See Also:
  • Constructor Details

    • UrlException

      public UrlException()
    • UrlException

      public UrlException(String message)
    • UrlException

      public UrlException(Throwable cause)
    • UrlException

      public UrlException(String message, Throwable cause)