|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.openide.util.MutexException
public class MutexException
Encapsulates other exceptions thrown from a mutex method.
Mutex.ExceptionAction,
Mutex.readAccess(Mutex.ExceptionAction),
Mutex.writeAccess(Mutex.ExceptionAction),
Serialized Form| Constructor Summary | |
|---|---|
MutexException(java.lang.Exception ex)
Create an encapsulated exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
|
java.lang.Exception |
getException()
Get the encapsulated exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
|---|
public MutexException(java.lang.Exception ex)
ex - the exception| Method Detail |
|---|
public java.lang.Exception getException()
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||