Class BeanDestructionException

All Implemented Interfaces:
Serializable

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

    • BeanDestructionException

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