Example usage for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE

List of usage examples for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE.

Prototype

String MAIL_THROWS_EXCEPTION_ON_FAILURE

To view the source code for com.liferay.portal.kernel.util PropsKeys MAIL_THROWS_EXCEPTION_ON_FAILURE.

Click Source Link

Usage

From source file:com.liferay.petra.mail.MailEngine.java

License:Open Source License

private static boolean _isThrowsExceptionOnFailure() {
    return GetterUtil.getBoolean(PropsUtil.get(PropsKeys.MAIL_THROWS_EXCEPTION_ON_FAILURE));
}