Class BackgroundJobServiceNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.confluence.impl.backgroundjob.exception.BackgroundJobServiceNotFound
-
- All Implemented Interfaces:
Serializable
public class BackgroundJobServiceNotFound extends RuntimeException
Is thrown when the background job is not found.- Since:
- 8.1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackgroundJobServiceNotFound(String serviceName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
BackgroundJobServiceNotFound
public BackgroundJobServiceNotFound(String serviceName)
-
-