SAP J2EE Engine

Version 6.40


com.sap.engine.interfaces.ejb.locking
Class EJBLockException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.sap.engine.interfaces.ejb.locking.EJBLockException
All Implemented Interfaces:
java.io.Serializable

public class EJBLockException
extends java.lang.RuntimeException

This exception is thrown to the CMP entity bean to indicate that it cannot be locked, because it is already locked by another transaction.

Version:
%I%, %G%
See Also:
Serialized Form

Constructor Summary
EJBLockException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EJBLockException

public EJBLockException()

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.