|
||||||||||
| 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.sql.SQLException
com.caucho.db.index.SqlIndexAlreadyExistsException
public class SqlIndexAlreadyExistsException
Wraps an exception in a SQLException wrapper.
| Constructor Summary | |
|---|---|
SqlIndexAlreadyExistsException()
Creates the wrapper with a message. |
|
SqlIndexAlreadyExistsException(java.lang.String message)
Creates the wrapper with a message. |
|
SqlIndexAlreadyExistsException(java.lang.String message,
java.lang.Throwable e)
Creates the wrapper with a message and a root cause. |
|
SqlIndexAlreadyExistsException(java.lang.Throwable e)
Creates the wrapper with a root cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.sql.SQLException |
|---|
getErrorCode, getNextException, getSQLState, iterator, setNextException |
| 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 SqlIndexAlreadyExistsException()
public SqlIndexAlreadyExistsException(java.lang.String message)
public SqlIndexAlreadyExistsException(java.lang.String message,
java.lang.Throwable e)
message - the message.e - the rootCause exceptionpublic SqlIndexAlreadyExistsException(java.lang.Throwable e)
e - the rootCause exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||