javax.ejb
Class IllegalLoopbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.ConcurrentAccessException
javax.ejb.IllegalLoopbackException
- All Implemented Interfaces:
- Serializable
public class IllegalLoopbackException
- extends ConcurrentAccessException
This exception indicates that an attempt was made to perform an illegal loopback
invocation on a Singleton with container-managed concurrency. One possible cause
is a loopback call to a WRITE method where the current thread does not already
hold a WRITE lock.
- Since:
- 3.1
- Version:
- $Revision: 107909 $
- Author:
- Carlo de Wolf
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalLoopbackException
public IllegalLoopbackException()
IllegalLoopbackException
public IllegalLoopbackException(String message)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.