Serializable
public class MutexException extends Exception
ReadWriteAccess.ExceptionAction
,
ReadWriteAccess#readAccess(ReadWriteAccess.ExceptionAction)
,
ReadWriteAccess#writeAccess(ReadWriteAccess.ExceptionAction)
,
Serialized FormConstructor | Description |
---|---|
MutexException(Exception ex) |
Create an encapsulated exception.
|
Modifier and Type | Method | Description |
---|---|---|
Throwable |
getCause() |
|
Exception |
getException() |
Get the encapsulated exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MutexException(Exception ex)
ex
- the exceptionBuilt on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.