Class ServiceException

All Implemented Interfaces:
Serializable

public class ServiceException extends RuntimeException
Thrown when the ServiceRegistry encounters an error during service creation, injection, or lifecycle management.
See Also:
  • Constructor Details

    • ServiceException

      public ServiceException(String message)
    • ServiceException

      public ServiceException(String message, Throwable cause)