org.apache.slide.store.tlock
Class TLockedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.slide.store.tlock.TLockedException
All Implemented Interfaces:
java.io.Serializable

public class TLockedException
extends java.lang.Exception

This exception signals that a thread cannot obtain a resource for write because it is t-locked by another thread.

Version:
$Revision: 1.1.2.2 $
Author:
michael.hartmeier@softwareag.com, peter.nevermann@softwareag.com
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
TLockedException(java.lang.String msg)
          Constructor with message and descriptors.
 
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

TLockedException

public TLockedException(java.lang.String msg)
Constructor with message and descriptors.

Parameters:
msg - the message