Class ServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.install4j.api.windows.service.ServiceException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ServiceAccessException
,ServiceNotFoundException
public class ServiceException extends java.lang.RuntimeException
The base exception type used byWinServices
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ServiceException()
protected
ServiceException(java.lang.String message)
-