Class ServiceNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.install4j.api.windows.service.ServiceException
-
- com.install4j.api.windows.service.ServiceNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class ServiceNotFoundException extends ServiceException
This exception is thrown when a call toWinServices
was made with a non-existing service name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceNotFoundException()
-