Class CreationException

  • All Implemented Interfaces:
    Serializable

    public class CreationException
    extends InjectionException

    Indicates that a checked exception was thrown during creation of a bean.

    Author:
    Pete Muir, Gavin King
    See Also:
    Serialized Form
    • Constructor Detail

      • CreationException

        public CreationException()
      • CreationException

        public CreationException​(String message)
      • CreationException

        public CreationException​(Throwable cause)
      • CreationException

        public CreationException​(String message,
                                 Throwable cause)