org.jboss.weld.context
Class BusyConversationException

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.BusyConversationException
                      extended by 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

Constructor Summary
BusyConversationException(E key, Object... args)
           
BusyConversationException(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

BusyConversationException

public BusyConversationException(Throwable throwable)

BusyConversationException

public BusyConversationException(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.