Package org.apache.webbeans.exception

Examples of org.apache.webbeans.exception.WebBeansPassivationException


            if (passivating)
            {
                if (!component.isSerializable())
                {
                    throw new WebBeansPassivationException("WebBeans component implementation class : " + clazz.getName() + " with passivating scope @" + scope.annotationType().getName() + " must be Serializable");
                }
            }           
        }       
    }
View Full Code Here

TOP

Related Classes of org.apache.webbeans.exception.WebBeansPassivationException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.