public abstract class BackendException extends EDPException
Constructor and Description |
---|
BackendException()
The default constructor of this class.
|
BackendException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
The constructor with a localized message of this class.
|
BackendException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
The constructor with a localized message and a chained exception.
|
BackendException(java.lang.Throwable exception)
The constructor with a chained exception.
|
public BackendException()
The default constructor of this class.
public BackendException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText)
The constructor with a localized message of this class.
public BackendException(java.lang.String resourceBundleName, java.lang.String messageKey, java.lang.Object[] formatArguments, java.lang.String defaultText, java.lang.Throwable exception)
The constructor with a localized message and a chained exception.
public BackendException(java.lang.Throwable exception)
The constructor with a chained exception.