Class ResolverHookException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.osgi.service.resolver.ResolverHookException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResolverHookException extends java.lang.RuntimeExceptionA runtime exception thrown by a resolver to indicate that a resolver hook threw an unexpected exception and the resolve operation terminated.- Since:
- 3.7
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResolverHookException(java.lang.String message, java.lang.Throwable cause)Constructs a new resolver hook exception.
-