org.eclipse.osgi.service.resolver
Class ResolverHookException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.osgi.service.resolver.ResolverHookException
- All Implemented Interfaces:
- Serializable
public class ResolverHookException
- extends RuntimeException
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ResolverHookException
public ResolverHookException(String message,
Throwable cause)
- Constructs a new resolver hook exception.
- Parameters:
message - the message of the exceptioncause - the cause of the exception
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.