Example usage for com.liferay.portal.kernel.exception SystemException subclass-usage

List of usage examples for com.liferay.portal.kernel.exception SystemException subclass-usage

Introduction

In this page you can find the example usage for com.liferay.portal.kernel.exception SystemException subclass-usage.

Usage

From source file com.liferay.adaptive.media.exception.AdaptiveMediaRuntimeException.java

/**
 * @author Adolfo Prez
 */
public class AdaptiveMediaRuntimeException extends SystemException {

    public AdaptiveMediaRuntimeException() {

From source file com.liferay.adaptive.media.exception.AMRuntimeException.java

/**
 * @author Adolfo Prez
 */
public class AMRuntimeException extends SystemException {

    public AMRuntimeException() {

From source file com.liferay.vldap.server.handler.SearchSizeLimitException.java

/**
 * @author Jonathan Potter
 * @author Brian Wing Shun Chan
 */
public class SearchSizeLimitException extends SystemException {

From source file com.liferay.vldap.server.handler.SearchTimeLimitException.java

/**
 * @author Jonathan Potter
 * @author Brian Wing Shun Chan
 */
public class SearchTimeLimitException extends SystemException {