org.jboss.weld.context
Class ContextNotActiveException

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.ContextNotActiveException
                      extended by org.jboss.weld.context.ContextNotActiveException
All Implemented Interfaces:
Serializable

public class ContextNotActiveException
extends javax.enterprise.context.ContextNotActiveException

A localized message version of the ContextNotActiveException.

Author:
David Allen
See Also:
Serialized Form

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

ContextNotActiveException

public ContextNotActiveException(Throwable throwable)

ContextNotActiveException

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