Class AbortServiceException

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    ConfigurationException, LicenceViolationException, ServiceNotKnownException

    public class AbortServiceException
    extends Exception
    In case an ADEPT2Service cannot be initialised or started due to a major problem, an AbortServiceException may be raised. This signals that the service cannot be used, no dependant services may be initialised or started. While bootstrapping this leads to an abort and therefore a complete system shutdown. However, especially for lazily retrieved services (uncritical) or in distributed environments this is not necessary. The services the aborted service depends on are running and need not shut down.
    Author:
    Ulrich Kreher
    See Also:
    Serialized Form
    • Constructor Detail

      • AbortServiceException

        protected AbortServiceException()
      • AbortServiceException

        public AbortServiceException​(String message)
      • AbortServiceException

        public AbortServiceException​(Throwable cause)
      • AbortServiceException

        public AbortServiceException​(String message,
                                     Throwable cause)