Class BeanDestructionException

All Implemented Interfaces:
Serializable

public class BeanDestructionException extends BeanContextException
Exception type for exceptions that happen during bean destruction.
Since:
3.0.0
See Also:
  • Constructor Details

    • BeanDestructionException

      public BeanDestructionException(@NonNull @NonNull BeanType<?> beanType, @NonNull @NonNull Throwable cause)
      Parameters:
      beanType - The bean type
      cause - The throwable