public class TemporaryBackendException extends BackendException
| Constructor and Description |
|---|
TemporaryBackendException(String msg) |
TemporaryBackendException(String msg,
Throwable cause) |
TemporaryBackendException(Throwable cause)
Constructs an exception with a generic message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TemporaryBackendException(String msg)
msg - Exception messagepublic TemporaryBackendException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic TemporaryBackendException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2015. All rights reserved.