org.jboss.ejb3.cache.tree
Class ContextInUseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.ejb3.cache.tree.ContextInUseException
All Implemented Interfaces:
Serializable

public class ContextInUseException
extends RuntimeException

Exception thrown by StatefulTreeCache if an attempt is made to passivate a bean that is currently in use.

Version:
$Revision: 1.1 $
Author:
Brian Stansberry
See Also:
Serialized Form

Constructor Summary
ContextInUseException()
          Create a new ContextInUseException.
ContextInUseException(String message)
          Create a new ContextInUseException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

ContextInUseException

public ContextInUseException()
Create a new ContextInUseException.


ContextInUseException

public ContextInUseException(String message)
Create a new ContextInUseException.

Parameters:
message -


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.