Class MetadataProfileNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.common.metadataprofilediscovery.reader.MetadataProfileNotFoundException
-
- All Implemented Interfaces:
Serializable
public class MetadataProfileNotFoundException extends Exception
The Class ApplicationProfileNotFoundException.- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it Jun 7, 2016
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataProfileNotFoundException(String message)Instantiates a new application profile 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
-
MetadataProfileNotFoundException
public MetadataProfileNotFoundException(String message)
Instantiates a new application profile not found exception.- Parameters:
message- the message
-
-