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