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