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:
java.io.Serializable

public class IllegalLoopbackException
extends ConcurrentAccessException

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
IllegalLoopbackException()
           
IllegalLoopbackException(java.lang.String string)
           
 
Method Summary
 
Methods inherited from class javax.ejb.EJBException
getCausedByException, getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IllegalLoopbackException

public IllegalLoopbackException()

IllegalLoopbackException

public IllegalLoopbackException(java.lang.String string)


Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.