Class UnrecognizedStepException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.application.cms.plugins.faults.PluginExecutionException
-
- org.gcube.application.cms.plugins.faults.StepException
-
- org.gcube.application.cms.plugins.faults.UnrecognizedStepException
-
- All Implemented Interfaces:
Serializable
public class UnrecognizedStepException extends StepException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecognizedStepException()UnrecognizedStepException(String message)UnrecognizedStepException(String message, Throwable cause)UnrecognizedStepException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UnrecognizedStepException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-