Class URLException

    • Constructor Detail

      • 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