Class XmlRpcNoSessionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.serverSide.impl.XmlRpcNoSessionException
-
- All Implemented Interfaces:
Serializable
public class XmlRpcNoSessionException extends TeamCityRuntimeException
- Since:
- 5.0
- Author:
- Eugene Petrenko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlRpcNoSessionException(String message)
XmlRpcNoSessionException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class jetbrains.buildServer.TeamCityRuntimeException
isSkipLogging
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-