Package org.apache.metamodel.jdbc
Class UncheckedSQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.metamodel.MetaModelException
-
- org.apache.metamodel.jdbc.UncheckedSQLException
-
- All Implemented Interfaces:
Serializable
public class UncheckedSQLException extends org.apache.metamodel.MetaModelExceptionMetaModel's representation ofSQLExceptionthat gets thrown out of anUpdateScriptand gets converted into aRolledBackUpdateException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedSQLException(SQLException e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SQLExceptiongetCause()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UncheckedSQLException
public UncheckedSQLException(SQLException e)
-
-
Method Detail
-
getCause
public SQLException getCause()
-
-