Package nl.cwi.monetdb.embedded.env
Class MonetDBEmbeddedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.sql.SQLException
nl.cwi.monetdb.embedded.env.MonetDBEmbeddedException
- All Implemented Interfaces:
Serializable
,Iterable<Throwable>
public class MonetDBEmbeddedException extends SQLException
The exception fired from embedded methods.
- Author:
- Pedro Ferreira
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description MonetDBEmbeddedException(String message)
MonetDBEmbeddedException(Throwable cause)
-
Method Summary
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString