org.openrdf.sail.rdbms.exceptions
Class RdbmsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openrdf.OpenRDFException
org.openrdf.sail.SailException
org.openrdf.sail.rdbms.exceptions.RdbmsException
- All Implemented Interfaces:
- Serializable
public class RdbmsException
- extends SailException
SailExcetion from an RDBMS store.
- Author:
- James Leigh
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RdbmsException
public RdbmsException(SQLException e)
RdbmsException
public RdbmsException(String msg)
RdbmsException
public RdbmsException(String msg,
Exception e)
RdbmsException
public RdbmsException(Exception e)
Copyright © 2001-2008 Aduna. All Rights Reserved.