2f99b46d10d69ec0d3cf8fce7ddc4f9db5d7c43a
[so.git] /
1 package org.onap.so.bpmn.infrastructure.workflow.tasks;
2
3 public class VrfBondingServiceException extends Exception {
4     /**
5      * 
6      */
7     private static final long serialVersionUID = -4277883464681291740L;
8
9     public VrfBondingServiceException(String errorMessage) {
10         super(errorMessage);
11     }
12 }