org.openide.util
Class  MutexException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.openide.util.MutexException
- All Implemented Interfaces: 
 - Serializable
 
- public class MutexException
- extends Exception
  
Encapsulates other exceptions thrown from a mutex method.
- See Also: 
 Mutex.ExceptionAction, 
Mutex.readAccess(Mutex.ExceptionAction), 
Mutex.writeAccess(Mutex.ExceptionAction), Serialized Form
 
 
 
 
MutexException
public MutexException(Exception ex)
- Create an encapsulated exception.
- Parameters:
 ex - the exception
 
 
getException
public Exception getException()
- Get the encapsulated exception.
- Returns:
 - the exception
 
 
 
Built on December 12 2001.  |  Portions Copyright 1997-2001 Sun Microsystems, Inc. All rights reserved.