org.openrdf.sail.rdbms.exceptions
Class RdbmsRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.sail.rdbms.exceptions.RdbmsRuntimeException
All Implemented Interfaces:
Serializable

public class RdbmsRuntimeException
extends RuntimeException

Thrown when no exception is declared.

Author:
James Leigh
See Also:
Serialized Form

Constructor Summary
RdbmsRuntimeException(InterruptedException e)
           
RdbmsRuntimeException(RdbmsException e)
           
RdbmsRuntimeException(SQLException e)
           
RdbmsRuntimeException(String msg)
           
 
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

RdbmsRuntimeException

public RdbmsRuntimeException(SQLException e)

RdbmsRuntimeException

public RdbmsRuntimeException(String msg)

RdbmsRuntimeException

public RdbmsRuntimeException(RdbmsException e)

RdbmsRuntimeException

public RdbmsRuntimeException(InterruptedException e)


Copyright © 2001-2008 Aduna. All Rights Reserved.