org.apache.ojb.broker.locking
Class LockRuntimeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.apache.commons.lang.exception.NestableRuntimeException
                  extended byorg.apache.ojb.broker.OJBRuntimeException
                      extended byorg.apache.ojb.broker.locking.LockRuntimeException
All Implemented Interfaces:
org.apache.commons.lang.exception.Nestable, java.io.Serializable

public class LockRuntimeException
extends OJBRuntimeException

Exception was thrown when unexpected behavior in conjunction with locking was detected.

Version:
$Id: LockRuntimeException.java,v 1.1.2.1 2005/01/23 03:07:32 arminw Exp $
See Also:
Serialized Form

Constructor Summary
LockRuntimeException()
           
LockRuntimeException(java.lang.String msg)
           
LockRuntimeException(java.lang.String msg, java.lang.Throwable cause)
           
LockRuntimeException(java.lang.Throwable cause)
           
 
Methods inherited from class org.apache.commons.lang.exception.NestableRuntimeException
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LockRuntimeException

public LockRuntimeException()

LockRuntimeException

public LockRuntimeException(java.lang.String msg)

LockRuntimeException

public LockRuntimeException(java.lang.Throwable cause)

LockRuntimeException

public LockRuntimeException(java.lang.String msg,
                            java.lang.Throwable cause)


(C) 2002 - 2004 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.3, 2005-04-2