Class AbortServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.adept2.base.configuration.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:
  • Constructor Details

    • AbortServiceException

      protected AbortServiceException()
    • AbortServiceException

      public AbortServiceException(String message)
    • AbortServiceException

      public AbortServiceException(Throwable cause)
    • AbortServiceException

      public AbortServiceException(String message, Throwable cause)