|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kuka.common.exceptions.KUKARuntimeException
com.kuka.common.persistence.DataSourceRuntimeException
com.kuka.common.persistence.Level3Exceptions.DataBaseRuntimeException
com.kuka.common.persistence.Level3Exceptions.SQLQueryException
public class SQLQueryException
Base exception for all connection exceptions.
| Constructor Summary | |
|---|---|
SQLQueryException(String reason)
Creates a new instance with a specified message. |
|
SQLQueryException(String reason,
Throwable cause)
Creates a new instance of the exception with a specified message and the cause of the error. |
|
SQLQueryException(Throwable cause)
Creates a new instance of the exception with the underlying error cause. |
|
| 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 |
|---|
public SQLQueryException(String reason)
reason - a descriptive message for the error reason.
public SQLQueryException(String reason,
Throwable cause)
reason - a descriptive message for the error reason.cause - the underlying error cause.public SQLQueryException(Throwable cause)
cause - the underlying error cause.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||