FileDocCategorySizeDatePackage
ContextInUseException.javaAPI DocJBoss 4.2.11801Fri Jul 13 20:53:48 BST 2007org.jboss.ejb3.cache.tree

ContextInUseException

public class ContextInUseException extends RuntimeException
Exception thrown by StatefulTreeCache if an attempt is made to passivate a bean that is currently in use.
author
Brian Stansberry
version
$Revision: 1.1 $

Fields Summary
private static final long
serialVersionUID
The serialVersionUID
Constructors Summary
public ContextInUseException()
Create a new ContextInUseException.


            
    
   
      super();
   
public ContextInUseException(String message)
Create a new ContextInUseException.

param
message

      super(message);
   
Methods Summary