Class InjectionException

All Implemented Interfaces:
Serializable

public class InjectionException extends RuntimeException
An exception that occurs during injection
See Also:
  • Constructor Details

    • InjectionException

      public InjectionException(String message)
      Creates a new InjectionException with the given message
      Parameters:
      message - The error message
    • InjectionException

      public InjectionException(String message, Throwable cause)
      Creates a new InjectionException with the given message and cause
      Parameters:
      message - The error message
      cause - The cause of the error