Example usage for org.apache.commons.lang3.exception ContextedException subclass-usage

List of usage examples for org.apache.commons.lang3.exception ContextedException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang3.exception ContextedException subclass-usage.

Usage

From source file com.anrisoftware.sscontrol.types.external.AppException.java

@SuppressWarnings("serial")
public class AppException extends ContextedException {

    protected AppException(String message, Throwable cause) {
        super(message, cause);
    }

From source file org.force66.cxfutils.CxfSoapFaultException.java

/**
 * Exception meant to be extended by Apache CXF when generating exceptions for
 * SOAP Faults. This exception will insure that embedded information CSF places
 * for exceptions will be logged.
 *
 * @author D. Ashmore

From source file com.anrisoftware.prefdialog.miscswing.dialogsworker.CreateDialogWorkerException.java

/**
 * Create dialog worker exception.
 *
 * @author Erwin Mller, erwin.mueller@deventm.de
 * @since 3.2
 */

From source file com.anrisoftware.prefdialog.miscswing.docks.api.LayoutException.java

/**
 * Loading/saving layout exception.
 *
 * @author Erwin Mller, erwin.mueller@deventm.de
 * @since 3.5
 */

From source file com.anrisoftware.simplerest.core.SimpleRestException.java

/**
 * Base exception for all simple REST errors.
 *
 * @author Erwin Mller, erwin.mueller@deventm.de
 * @since 1.0
 */

From source file com.anrisoftware.simplerest.oanda.api.OandaErrorException.java

/**
 * Base exception for all OANDA errors.
 *
 * @author Erwin Mller, erwin.mueller@deventm.de
 * @since 1.0
 */