Class RepositoryArtifactProvider.ArtifactSinkExceptionWrapper
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.eclipse.tycho.repository.p2base.artifact.repository.RepositoryArtifactProvider.ArtifactSinkExceptionWrapper
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- RepositoryArtifactProvider
private static class RepositoryArtifactProvider.ArtifactSinkExceptionWrapper extends java.lang.RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private ArtifactSinkException
wrappedException
-
Constructor Summary
Constructors Constructor Description ArtifactSinkExceptionWrapper(ArtifactSinkException wrappedException)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ArtifactSinkException
getWrappedException()
-
-
-
Field Detail
-
wrappedException
private ArtifactSinkException wrappedException
-
-
Constructor Detail
-
ArtifactSinkExceptionWrapper
public ArtifactSinkExceptionWrapper(ArtifactSinkException wrappedException)
-
-
Method Detail
-
getWrappedException
public ArtifactSinkException getWrappedException()
-
-