Package ru.funsys.avalanche.sql
Class SQLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- ru.funsys.avalanche.sql.SQLException
-
- All Implemented Interfaces:
Serializable
,Iterable<Throwable>
public class SQLException extends SQLException
- Author:
- ivc_lihovskihvv
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SQLException(String errorCode, Object[] parameters)
SQLException(String errorCode, Object[] parameters, Throwable throwable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getLocalizedMessage()
String
getMessage()
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessage
in classThrowable
-
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in classThrowable
-
getCode
public String getCode()
-
-