Class SecondTeamCityInstanceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.db.DBException
-
- jetbrains.buildServer.serverSide.db.SecondTeamCityInstanceException
-
- All Implemented Interfaces:
Serializable
public class SecondTeamCityInstanceException extends DBException
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jetbrains.buildServer.serverSide.db.DBException
exception, query
-
-
Constructor Summary
Constructors Constructor Description SecondTeamCityInstanceException(String message, String additionalInfo)
SecondTeamCityInstanceException(String message, SQLException exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAdditionalInfo()
-
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
-
-
-
-
Constructor Detail
-
SecondTeamCityInstanceException
public SecondTeamCityInstanceException(String message, @Nullable String additionalInfo)
-
SecondTeamCityInstanceException
public SecondTeamCityInstanceException(String message, SQLException exception)
-
-
Method Detail
-
getAdditionalInfo
@Nullable public String getAdditionalInfo()
-
-