org.jboss.weld.context
Class NonexistentConversationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.NonexistentConversationException
org.jboss.weld.context.NonexistentConversationException
- All Implemented Interfaces:
- Serializable
public class NonexistentConversationException
- extends javax.enterprise.context.NonexistentConversationException
A localized message version of the
NonexistentConversationException
.
- Author:
- David Allen
- See Also:
- Serialized Form
NonexistentConversationException
public NonexistentConversationException(Throwable throwable)
NonexistentConversationException
public NonexistentConversationException(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.