Package jetbrains.buildServer
Class ServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.TeamCityRuntimeException
-
- jetbrains.buildServer.ServiceNotFoundException
-
- All Implemented Interfaces:
Serializable
public class ServiceNotFoundException extends TeamCityRuntimeException
This exception is thrown when a requested service isn't found within the context- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException()
ServiceNotFoundException(Class whatsNotFound)
ServiceNotFoundException(String message)
ServiceNotFoundException(String message, Throwable cause)
ServiceNotFoundException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getWhatsNotFound()
-
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
-
-
-
-
Constructor Detail
-
ServiceNotFoundException
public ServiceNotFoundException()
-
ServiceNotFoundException
public ServiceNotFoundException(String message)
-
ServiceNotFoundException
public ServiceNotFoundException(Throwable cause)
-
ServiceNotFoundException
public ServiceNotFoundException(@NotNull Class whatsNotFound)
-
-
Method Detail
-
getWhatsNotFound
@Nullable public Class getWhatsNotFound()
-
-