org.openrdf.sail.rdbms.exceptions
Class RdbmsRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RdbmsRuntimeException
public RdbmsRuntimeException(SQLException e)
RdbmsRuntimeException
public RdbmsRuntimeException(String msg)
RdbmsRuntimeException
public RdbmsRuntimeException(RdbmsException e)
RdbmsRuntimeException
public RdbmsRuntimeException(InterruptedException e)
Copyright © 2001-2009 Aduna. All Rights Reserved.