Class TeamCityInfoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.serverSide.teamCityInfo.TeamCityInfoException
-
- All Implemented Interfaces:
Serializable
public class TeamCityInfoException extends RuntimeException
This exception is thrown when problem occurred while reading/parsing of teamcity-info.xml file.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TeamCityInfoException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TeamCityInfoException
public TeamCityInfoException(Throwable cause)
- Parameters:
cause
- original exception
-
-