Example usage for org.apache.commons.lang NotImplementedException subclass-usage

List of usage examples for org.apache.commons.lang NotImplementedException subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.lang NotImplementedException subclass-usage.

Usage

From source file org.apache.james.jmap.JmapFieldNotSupportedException.java

public class JmapFieldNotSupportedException extends NotImplementedException {
    private final String issuer;
    private final String field;

    public JmapFieldNotSupportedException(String issuer, String field) {
        super();