public class ResourceUnavailableException extends TitanException
| Constructor and Description |
|---|
ResourceUnavailableException(String msg) |
ResourceUnavailableException(String msg,
Throwable cause) |
ResourceUnavailableException(Throwable cause)
Constructs an exception with a generic message
|
| Modifier and Type | Method and Description |
|---|---|
static void |
verifyOpen(boolean isOpen,
String resourceName,
String... resourceIdentifiers) |
isCausedByaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ResourceUnavailableException(String msg)
msg - Exception messagepublic ResourceUnavailableException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic ResourceUnavailableException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2015. All rights reserved.