Package org.utplsql.api.exception
Class UtPLSQLNotInstalledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- org.utplsql.api.exception.UtPLSQLNotInstalledException
-
- All Implemented Interfaces:
Serializable,Iterable<Throwable>
public class UtPLSQLNotInstalledException extends SQLException
Exception to track when utPLSQL framework is not installed or accessible on the used database- Author:
- pesse
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intERROR_CODE
-
Constructor Summary
Constructors Constructor Description UtPLSQLNotInstalledException(SQLException 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
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Field Detail
-
ERROR_CODE
public static final int ERROR_CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UtPLSQLNotInstalledException
public UtPLSQLNotInstalledException(SQLException cause)
-
-