com.norconex.commons.lang.url
Class URLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.norconex.commons.lang.url.URLException
All Implemented Interfaces:
Serializable

public class URLException
extends RuntimeException

Runtime exception thrown when dealing with a URL fails.

Author:
Pascal Essiembre
See Also:
Serialized Form

Constructor Summary
URLException()
           
URLException(String message)
           
URLException(String message, Throwable cause)
           
URLException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URLException

public URLException()

URLException

public URLException(String message)

URLException

public URLException(Throwable cause)

URLException

public URLException(String message,
                    Throwable cause)


Copyright © 2008-2013 Norconex Inc.. All Rights Reserved.