public class VersionResolutionException extends RepositoryException
| Constructor and Description |
|---|
VersionResolutionException(VersionResult result) |
VersionResolutionException(VersionResult result,
String message) |
VersionResolutionException(VersionResult result,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
VersionResult |
getResult() |
getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VersionResolutionException(VersionResult result)
public VersionResolutionException(VersionResult result, String message)
public VersionResolutionException(VersionResult result, String message, Throwable cause)
public VersionResult getResult()
Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.