Class PropertyFileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.datatransfer.resolver.gis.property.PropertyFileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class PropertyFileNotFoundException extends Exception
The Class PropertyFileNotFoundException.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jan 13, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PropertyFileNotFoundException(String message)Instantiates a new property file not found exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PropertyFileNotFoundException
public PropertyFileNotFoundException(String message)
Instantiates a new property file not found exception.- Parameters:
message- the message
-
-