public class SqlIndexAlreadyExistsException
extends java.sql.SQLException
Constructor and Description |
---|
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.
|
getErrorCode, getNextException, getSQLState, iterator, setNextException
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
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