Uses of Class
org.jboss.weld.exceptions.DeploymentException
-
Packages that use DeploymentException Package Description org.jboss.weld.exceptions org.jboss.weld.logging Allocated message IDs: -
-
Uses of DeploymentException in org.jboss.weld.exceptions
Subclasses of DeploymentException in org.jboss.weld.exceptions Modifier and Type Class Description classInconsistentSpecializationExceptionclassUnserializableDependencyExceptionThrown if a simple bean is dependent scoped and injected into a stateful session bean, into a non-transient field, bean constructor parameter or initializer method parameter of a bean which declares a passivating scope, or into a parameter of a producer method which declares a passivating scope -
Uses of DeploymentException in org.jboss.weld.logging
Fields in org.jboss.weld.logging with type parameters of type DeploymentException Modifier and Type Field Description static MessageCallback<DeploymentException>ValidatorLogger. ALTERNATIVE_CLASS_SPECIFIED_MULTIPLE_TIMESstatic MessageCallback<DeploymentException>ValidatorLogger. ALTERNATIVE_STEREOTYPE_SPECIFIED_MULTIPLE_TIMESstatic MessageCallback<DeploymentException>ValidatorLogger. DECORATOR_SPECIFIED_TWICEstatic MessageCallback<DeploymentException>ValidatorLogger. INTERCEPTOR_SPECIFIED_TWICE
-