org.jboss.weld.context
Class NonexistentConversationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.enterprise.context.ContextException
                  extended by javax.enterprise.context.NonexistentConversationException
                      extended by 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

Constructor Summary
NonexistentConversationException(E key, Object... args)
           
NonexistentConversationException(Throwable throwable)
           
 
Method Summary
 String getLocalizedMessage()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NonexistentConversationException

public NonexistentConversationException(Throwable throwable)

NonexistentConversationException

public NonexistentConversationException(E key,
                                        Object... args)
Method Detail

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.