public abstract class BackendException extends Exception
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–2015. All rights reserved.