Class InconsistentSpecializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jakarta.enterprise.inject.spi.DeploymentException
org.jboss.weld.exceptions.DeploymentException
org.jboss.weld.exceptions.InconsistentSpecializationException
All Implemented Interfaces:
Serializable

public class InconsistentSpecializationException extends DeploymentException
Author:
Pete Muir
See Also:
  • Constructor Details

    • InconsistentSpecializationException

      public InconsistentSpecializationException(Throwable throwable)
      Creates a new exception with the given cause.
      Parameters:
      throwable - The cause of the exception
    • InconsistentSpecializationException

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