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
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 Summary
ConstructorsModifierConstructorDescriptionprotectedAbortServiceException(String message) AbortServiceException(String message, Throwable cause) AbortServiceException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortServiceException
protected AbortServiceException() -
AbortServiceException
-
AbortServiceException
-
AbortServiceException
-