org.openrdf.sail.rdbms.exceptions
Class RdbmsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openrdf.OpenRDFException
              extended by org.openrdf.sail.SailException
                  extended by 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

Constructor Summary
RdbmsException(Exception e)
           
RdbmsException(SQLException e)
           
RdbmsException(String msg)
           
RdbmsException(String msg, Exception e)
           
 
Method Summary
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RdbmsException

public RdbmsException(SQLException e)

RdbmsException

public RdbmsException(String msg)

RdbmsException

public RdbmsException(String msg,
                      Exception e)

RdbmsException

public RdbmsException(Exception e)


Copyright © 2001-2009 Aduna. All Rights Reserved.