com.hp.hpl.jena.joseki
Class JosekiException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.hp.hpl.jena.joseki.JosekiException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
HttpException

public class JosekiException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
JosekiException()
           
JosekiException(java.lang.String msg)
           
JosekiException(java.lang.String msg, java.lang.Throwable cause)
           
JosekiException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JosekiException

public JosekiException()

JosekiException

public JosekiException(java.lang.String msg)

JosekiException

public JosekiException(java.lang.Throwable cause)

JosekiException

public JosekiException(java.lang.String msg,
                       java.lang.Throwable cause)


Copyright © 2002, 2003, 2004 Hewlett-Packard Development Company, LP