org.apache.jena.web
Class JenaHttpException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JenaHttpNotFoundException

public class JenaHttpException
extends JenaException

See Also:
Serialized Form

Method Summary
static JenaHttpException create(int code, String msg)
           
 String getResponseMessage()
           
 int getStatusCode()
           
 String 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
 

Method Detail

create

public static JenaHttpException create(int code,
                                       String msg)

getStatusCode

public int getStatusCode()

getResponseMessage

public String getResponseMessage()

toString

public String toString()
Overrides:
toString in class Throwable


Licenced under the Apache License, Version 2.0