org.apache.jena.web
Class JenaHttpNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hp.hpl.jena.shared.JenaException
                  extended by org.apache.jena.web.JenaHttpException
                      extended by org.apache.jena.web.JenaHttpNotFoundException
All Implemented Interfaces:
Serializable

public class JenaHttpNotFoundException
extends JenaHttpException

See Also:
Serialized Form

Constructor Summary
JenaHttpNotFoundException(String msg)
           
 
Method Summary
 
Methods inherited from class org.apache.jena.web.JenaHttpException
create, getResponseMessage, getStatusCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JenaHttpNotFoundException

public JenaHttpNotFoundException(String msg)


Licenced under the Apache License, Version 2.0