Class CataloguePluginNotFound
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.data.publishing.gCatFeeder.service.model.fault.CataloguePluginNotFound
-
- All Implemented Interfaces:
Serializable
public class CataloguePluginNotFound extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CataloguePluginNotFound()CataloguePluginNotFound(String message)CataloguePluginNotFound(String message, Throwable cause)CataloguePluginNotFound(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)CataloguePluginNotFound(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
CataloguePluginNotFound
public CataloguePluginNotFound()
-
CataloguePluginNotFound
public CataloguePluginNotFound(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
CataloguePluginNotFound
public CataloguePluginNotFound(String message)
-
CataloguePluginNotFound
public CataloguePluginNotFound(Throwable cause)
-
-