Class InjectionException

All Implemented Interfaces:
Serializable

public class InjectionException extends RuntimeException
Exception thrown when an InjectionService fails exceptionally.
See Also:
  • Constructor Details

    • InjectionException

      public InjectionException(@NonNull String message, @NonNull Throwable cause)
      Creates a new injection exception.
      Parameters:
      message - message describing the exception
      cause - cause of the exception