Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS

Class jsync.NotOwnerError

java.lang.Object
    |
    +----java.lang.Throwable
            |
            +----java.lang.Error
                    |
                    +----jsync.NotOwnerError

public class NotOwnerError
extends java.lang.Error
This error is thrown when thread releasing lock is not one who set this lock. This error can be thrown by Mutex and Lock classes.

See Also:
Lock, Mutex

Constructor Summary
 NotOwnerError()
 
 

Methods inherited from class java.lang.Throwable
 fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
 equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotOwnerError

public NotOwnerError()

Contents | Package | Class | Tree | Deprecated | Index | Help
PREV | NEXT SHOW LISTS | HIDE LISTS