no.sintef.lock
Class LockException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byno.sintef.lock.LockException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AlreadyLockedException, LockedByOtherUserException, LockRequiredException

public abstract class LockException
extends java.lang.Exception

Common super class for locking related exceptions.

Author:
Fredrik Vraalsen
See Also:
Serialized Form

Constructor Summary
LockException(java.lang.String msg)
           
 
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

LockException

public LockException(java.lang.String msg)
Parameters:
msg - exception message


Copyright © 2003-2005 SINTEF. All Rights Reserved.