[PORTAL-16 PORTAL-18] Widget ms; staging
[portal.git] / ecomp-portal-widget-ms / src / main / java / org / openecomp / portalapp / widget / excetpion / StorageFileNotFoundException.java
1 package org.openecomp.portalapp.widget.excetpion;
2
3 public class StorageFileNotFoundException extends StorageException {
4
5         private static final long serialVersionUID = -930114778119283188L;
6
7         public StorageFileNotFoundException(String message) {
8         super(message);
9     }
10
11     public StorageFileNotFoundException(String message, Throwable cause) {
12         super(message, cause);
13     }
14 }