Class ResolverHookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.osgi.service.resolver.ResolverHookException
- All Implemented Interfaces:
- Serializable
A 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:
- 
Constructor SummaryConstructorsConstructorDescriptionResolverHookException(String message, Throwable cause) Constructs a new resolver hook exception.
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ResolverHookExceptionConstructs a new resolver hook exception.- Parameters:
- message- the message of the exception
- cause- the cause of the exception
 
 
-