Package com.illumon.iris.utils
Class JdbcTypeMapperException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.illumon.iris.utils.JdbcTypeMapperException
- All Implemented Interfaces:
Serializable
public class JdbcTypeMapperException extends RuntimeException
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description JdbcTypeMapperException(int sqlType, Class deephavenType) -
Method Summary
Modifier and Type Method Description ClassgetDeephavenType()intgetSqlType()StringgetSqlTypeString()StringtoString()Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
Method Details
-
getSqlType
public int getSqlType() -
getDeephavenType
-
getSqlTypeString
-
toString
-