Package com.zetaplugins.zetacore.di
Class ServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zetaplugins.zetacore.di.ServiceException
- All Implemented Interfaces:
Serializable
Thrown when the
ServiceRegistry encounters an error during service creation, injection, or lifecycle management.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceException(String message) ServiceException(String message, 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
-
ServiceException
-
ServiceException
-