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

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

Introduction

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

Usage

From source file com.anrisoftware.simplerest.owncloud.BuildAccountURIException.java

@SuppressWarnings("serial")
public class BuildAccountURIException extends ContextedRuntimeException {

    public BuildAccountURIException(URISyntaxException e, String string) {
        super("Invalid account URI", e);
        addContextValue("uri", string);