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