Class IllegalProductException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.InjectionException
jakarta.enterprise.inject.IllegalProductException
org.jboss.weld.exceptions.IllegalProductException
All Implemented Interfaces:
Serializable

public class IllegalProductException extends jakarta.enterprise.inject.IllegalProductException
An with support for localized messages in Weld.
Author:
David Allen
See Also:
  • Constructor Details

    • IllegalProductException

      public IllegalProductException(String message)
      Creates a new exception with the given localized message.
      Parameters:
      message -
    • IllegalProductException

      public IllegalProductException(String message, Throwable throwable)
      Creates a new exception with the given localized message and the cause for this exception.
      Parameters:
      message -
      throwable -
  • Method Details