org.jboss.weld.context
Class BusyConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.BusyConversationException
org.jboss.weld.context.BusyConversationException
- All Implemented Interfaces:
- Serializable
public class BusyConversationException
- extends javax.enterprise.context.BusyConversationException
A localized message version of the
NonexistentConversationException
.
- Author:
- David Allen
- See Also:
- Serialized Form
BusyConversationException
public BusyConversationException(Throwable throwable)
BusyConversationException
public BusyConversationException(E key,
Object... args)
getLocalizedMessage
public String getLocalizedMessage()
- Overrides:
getLocalizedMessage
in class Throwable
getMessage
public String getMessage()
- Overrides:
getMessage
in class Throwable
Copyright © 2013 Seam Framework. All Rights Reserved.