jetbrains.buildServer.serverSide.teamCityInfo
Class TeamCityInfoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jetbrains.buildServer.serverSide.teamCityInfo.TeamCityInfoException
All Implemented Interfaces:
java.io.Serializable

public class TeamCityInfoException
extends java.lang.RuntimeException

This exception is thrown when problem occurred while reading/parsing of teamcity-info.xml file.

See Also:
Serialized Form

Constructor Summary
TeamCityInfoException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TeamCityInfoException

public TeamCityInfoException(java.lang.Throwable cause)
Parameters:
cause - original exception