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:
- java.io.Serializable
public class ServiceNotFoundException
- extends TeamCityRuntimeException
This exception is thrown when a requested service isn't found within the context
- See Also:
- Serialized Form
| 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 |
ServiceNotFoundException
public ServiceNotFoundException()
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message)
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message,
java.lang.Throwable cause)
ServiceNotFoundException
public ServiceNotFoundException(java.lang.Throwable cause)
ServiceNotFoundException
public ServiceNotFoundException(@NotNull
java.lang.Class whatsNotFound)
getWhatsNotFound
@Nullable
public java.lang.Class getWhatsNotFound()