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

Constructor Summary
MutexException(Exception ex)
          Create an encapsulated exception.
 
Method Summary
 Exception getException()
          Get the encapsulated exception.
 
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

MutexException

public MutexException(Exception ex)
Create an encapsulated exception.
Parameters:
ex - the exception
Method Detail

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.