Include impacted changes for APPC-346,APPC-348
[appc.git] / appc-dispatcher / appc-workflow-management / appc-workflow-management-core / src / main / java / org / onap / appc / workflow / activator / TransactionRecorderServiceNotFoundException.java
  * ============LICENSE_END=========================================================
  */
 
-package org.onap.appc.requesthandler.exceptions;
+package org.onap.appc.workflow.activator;
 
+public class TransactionRecorderServiceNotFoundException extends Exception {
 
-public class InvalidInputException extends Exception {
-    public InvalidInputException(String message){
+    public TransactionRecorderServiceNotFoundException(String message){
         super(message);
     }
 }