public abstract class BackendException extends Exception
Such exceptions are typically caused by the underlying storage engine and re-thrown as BackendException.
| Constructor and Description |
|---|
BackendException(String msg) |
BackendException(String msg,
Throwable cause) |
BackendException(Throwable cause)
Constructs an exception with a generic message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BackendException(String msg)
msg - Exception messagepublic BackendException(String msg, Throwable cause)
msg - Exception messagecause - Cause of the exceptionpublic BackendException(Throwable cause)
cause - Cause of the exceptionCopyright © 2012–2023. All rights reserved.