org.semanticdesktop.aperture.accessor
Class UrlNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.semanticdesktop.aperture.accessor.UrlNotFoundException
All Implemented Interfaces:
Serializable

public class UrlNotFoundException
extends IOException

Thrown by DataAccessors when the requested url did not point to an existing resource.

See Also:
Serialized Form

Constructor Summary
UrlNotFoundException(String url)
           
UrlNotFoundException(String url, String message)
           
 
Method Summary
 String getUrl()
           
 
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

UrlNotFoundException

public UrlNotFoundException(String url)

UrlNotFoundException

public UrlNotFoundException(String url,
                            String message)
Method Detail

getUrl

public String getUrl()


Copyright © 2010 Aperture Development Team. All Rights Reserved.