|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ejb.EJBException
javax.ejb.ConcurrentAccessException
javax.ejb.IllegalLoopbackException
public class IllegalLoopbackException
This exception indicates that an attempt was made to perform an illegal loop back invocation on a Singleton with container-managed concurrency. One possible cause is a loop back call to a WRITE method where the current thread does not already hold a WRITE lock.
| Constructor Summary | |
|---|---|
IllegalLoopbackException()
Constructs an exception with no detail message. |
|
IllegalLoopbackException(java.lang.String message)
Constructs an exception with the specified detailed message. |
|
| Method Summary |
|---|
| Methods inherited from class javax.ejb.EJBException |
|---|
getCausedByException |
| 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 |
|---|
public IllegalLoopbackException()
public IllegalLoopbackException(java.lang.String message)
message - The detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||