
com.bebound.spring.exception.OperationNotFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of spring-utils Show documentation
Show all versions of spring-utils Show documentation
Handle Be-Bound requests with a spring server
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