javax.enterprise.context
Class ContextNotActiveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.enterprise.context.ContextException
javax.enterprise.context.ContextNotActiveException
- All Implemented Interfaces:
- Serializable
public class ContextNotActiveException
- extends ContextException
Indicates that a context is not active.
- Author:
- Pete Muir, Shane Bryzak, Gavin King
- See Also:
Context
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ContextNotActiveException
public ContextNotActiveException()
ContextNotActiveException
public ContextNotActiveException(String message)
ContextNotActiveException
public ContextNotActiveException(Throwable cause)
ContextNotActiveException
public ContextNotActiveException(String message,
Throwable cause)
Copyright © 2008-2012 JBoss by Red Hat, Inc.. All Rights Reserved.