当前页面:
在线文档首页 >
NetBeans API Javadoc 5.0.0
MutexException (NetBeans Utilities API) - NetBeans API Javadoc 5.0.0
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MutexException
public MutexException(Exception ex)
- Create an encapsulated exception.
- Parameters:
ex
- the exception
getException
public Exception getException()
- Get the encapsulated exception.
- Returns:
- the exception