Package org.eclipse.aether.installation
Class InstallationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.aether.RepositoryException
org.eclipse.aether.installation.InstallationException
- All Implemented Interfaces:
- Serializable
Thrown in case of an installation error like an IO error.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionInstallationException(String message) Creates a new exception with the specified detail message.InstallationException(String message, Throwable cause) Creates a new exception with the specified detail message and cause.
- 
Method SummaryMethods inherited from class org.eclipse.aether.RepositoryExceptiongetMessageMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
InstallationExceptionCreates a new exception with the specified detail message.- Parameters:
- message- The detail message, may be- null.
 
- 
InstallationExceptionCreates a new exception with the specified detail message and cause.- Parameters:
- message- The detail message, may be- null.
- cause- The exception that caused this one, may be- null.
 
 
-