javax.ejb
Class IllegalLoopbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.ejb.EJBException
                  extended by javax.ejb.ConcurrentAccessException
                      extended by javax.ejb.IllegalLoopbackException
All Implemented Interfaces:
Serializable

public class IllegalLoopbackException
extends ConcurrentAccessException

This exception indicates that an attempt to concurrently access a bean method resulted in a timeout.

Since:
EJB 3.1 version.
Author:
Florent Benoit
See Also:
EJB 3.1 specification, Serialized Form

Constructor Summary
IllegalLoopbackException()
          Default constructor : builds an exception with an empty message.
IllegalLoopbackException(String message)
          Build an exception with the given 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

IllegalLoopbackException

public IllegalLoopbackException()
Default constructor : builds an exception with an empty message.


IllegalLoopbackException

public IllegalLoopbackException(String message)
Build an exception with the given message.

Parameters:
message - the given message to use.


Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.