Class ServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.install4j.api.windows.service.ServiceException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServiceAccessException, ServiceNotFoundException

public class ServiceException extends RuntimeException
The base exception type used by WinServices.
See Also:
  • Constructor Details

    • ServiceException

      protected ServiceException(String message)
    • ServiceException

      protected ServiceException()