Class DependencyResolverException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.maven.shared.transfer.dependencies.resolve.DependencyResolverException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
Maven31DependencyResolverException
public class DependencyResolverException extends java.lang.Exception
The Exception class in case a resolving does not work.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description protected
DependencyResolverException(java.lang.Exception cause)
DependencyResolverException(java.lang.String message, java.lang.Exception e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DependencyResult
getResult()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DependencyResolverException
protected DependencyResolverException(java.lang.Exception cause)
- Parameters:
cause
- Thecause
of the problem.
-
DependencyResolverException
public DependencyResolverException(java.lang.String message, java.lang.Exception e)
- Parameters:
message
- The message to give.e
- TheException
.
-
-
Method Detail
-
getResult
public DependencyResult getResult()
- Returns:
DependencyResult
-
-