org.openrdf.sesame.sail
Class SailInternalException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.openrdf.sesame.sail.SailInternalException
All Implemented Interfaces:
Serializable

public class SailInternalException
extends RuntimeException

A runtime exception that can be used to indicate an error or an unexpected situation in an RDF Sail internally. E.g.: the database to connect to does not exist.

Author:
Arjohn Kampman
See Also:
Serialized Form

Constructor Summary
SailInternalException()
           
SailInternalException(String msg)
           
SailInternalException(String msg, Throwable t)
           
SailInternalException(Throwable t)
           
 
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

SailInternalException

public SailInternalException()

SailInternalException

public SailInternalException(String msg)

SailInternalException

public SailInternalException(Throwable t)

SailInternalException

public SailInternalException(String msg,
                             Throwable t)


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.