public class MutexException extends Exception
| Constructor and Description |
|---|
MutexException(Exception ex)
Create an encapsulated exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause() |
Exception |
getException()
Get the encapsulated exception.
|
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MutexException(Exception ex)
ex - the exceptionBuilt on August 24 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.