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