Class DBStringValueIsTooLongException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.DBStringValueIsTooLongException
-
- All Implemented Interfaces:
Serializable
public final class DBStringValueIsTooLongException extends DBException
Thrown when attempted to bind/pass a string that could not fit into the corresponding field. I.e. ORA-01461.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.serverSide.db.DBException
getCauseMessage, getSqlException
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-