View Javadoc

1   package org.treetank.filelistener.exceptions;
2   
3   public class ResourceNotExistingException extends Exception {
4   
5       /**
6        * 
7        */
8       private static final long serialVersionUID = 1L;
9   
10  }