Package sonia.scm.repository.api
Class HookFeatureIsNotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.repository.api.HookException
sonia.scm.repository.api.HookFeatureIsNotSupportedException
- All Implemented Interfaces:
Serializable
This exception is thrown if the underlying provider of the
HookContext
does not support the requested HookFeature
.- Since:
- 1.33
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionHookFeatureIsNotSupportedException
(String message, HookFeature unsupportedFeature) HookFeatureIsNotSupportedException
(HookFeature unsupportedFeature) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
HookFeatureIsNotSupportedException
-
HookFeatureIsNotSupportedException
-
-
Method Details
-
getUnsupportedFeature
-