xbn.util
Class LockedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--xbn.util.LockedException
All Implemented Interfaces:
Serializable

public class LockedException
extends RuntimeException

An exception used throughout the xbn packages, when it is attempted to alter a locked object. See LockOneWay.

Source code:  LockedException.java.

See Also:
Serialized Form

Constructor Summary
LockedException()
          Create a LockedException.
LockedException(String s_errMsg)
          Create a LockedException.
 
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

LockedException

public LockedException()

Create a LockedException. This constructor does nothing


LockedException

public LockedException(String s_errMsg)

Create a LockedException.




Copyright 1997-2003, Jeff Epstein, All Rights Reserved. See top of source code files for copyright notice.

 

http://sourceforge.net/projects/xbnjava

 

SourceForge.net Logo