org.jboss.weld.context
Class ContextNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.ContextNotActiveException
org.jboss.weld.context.ContextNotActiveException
- All Implemented Interfaces:
- java.io.Serializable
public class ContextNotActiveException
- extends javax.enterprise.context.ContextNotActiveException
A localized message version of the
ContextNotActiveException.
- Author:
- David Allen
- See Also:
- Serialized Form
| 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 |
ContextNotActiveException
public ContextNotActiveException(java.lang.Throwable throwable)
ContextNotActiveException
public ContextNotActiveException(E key,
java.lang.Object... args)
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
Copyright © 2008-2010 Seam Framework. All Rights Reserved.