站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc 5.0.0

MutexException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0

 

org.openide.util
Class MutexException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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, 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

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 May 3 2007.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.