All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.bebound.spring.exception.OperationNotFoundException Maven / Gradle / Ivy

The newest version!
package com.bebound.spring.exception;

/**
 * Created by mbiamont on 16/06/2016.
 */
public class OperationNotFoundException extends BeBoundException{

    private String operationName;

    public OperationNotFoundException(String operationName) {
        this.operationName = operationName;
    }

    public String getOperationName() {
        return operationName;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy