org.openrdf.sesame.sail
Class SailInternalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.