org.jboss.weld
Class UnserializableDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.weld.DeploymentException
org.jboss.weld.UnserializableDependencyException
- All Implemented Interfaces:
- java.io.Serializable
public class UnserializableDependencyException
- extends DeploymentException
Thrown 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
- Author:
- Pete Muir
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnserializableDependencyException
public UnserializableDependencyException()
UnserializableDependencyException
public UnserializableDependencyException(java.lang.String message,
java.lang.Throwable throwable)
UnserializableDependencyException
public UnserializableDependencyException(java.lang.String message)
UnserializableDependencyException
public UnserializableDependencyException(java.lang.Throwable throwable)
Copyright © 2008-2009 Seam Framework. All Rights Reserved.