jsync
Class NotOwnerError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended byjsync.NotOwnerError
All Implemented Interfaces:
java.io.Serializable

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, Serialized Form

Constructor Summary
NotOwnerError()
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOwnerError

public NotOwnerError()