goodsjpi
Class NotOwnerError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--goodsjpi.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 class.

See Also:
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotOwnerError

public NotOwnerError()