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:
  • Constructor Details

    • CreationException

      public CreationException()
      Creates the exception with no detail message or cause.
    • CreationException

      public CreationException(String message)
      Creates the exception with given detail message.
      Parameters:
      message - the detail message
    • CreationException

      public CreationException(Throwable cause)
      Creates the exception with given cause.
      Parameters:
      cause - the cause
    • CreationException

      public CreationException(String message, Throwable cause)
      Creates the exception with given detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause