Package org.apache.iotdb.jdbc
Class IoTDBURLException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.sql.SQLException
-
- org.apache.iotdb.jdbc.IoTDBURLException
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Iterable<java.lang.Throwable>
public class IoTDBURLException extends java.sql.SQLException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IoTDBURLException(java.lang.String reason)
-
Method Summary
-
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-