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 SummaryConstructors Constructor Description JdbcTypeMapperException(int sqlType, Class deephavenType)
- 
Method SummaryModifier and Type Method Description ClassgetDeephavenType()intgetSqlType()StringgetSqlTypeString()StringtoString()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details
- 
Method Details- 
getSqlTypepublic int getSqlType()
- 
getDeephavenType
- 
getSqlTypeString
- 
toString
 
-