Class ArtifactSinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.repository.p2base.artifact.provider.streaming.ArtifactSinkException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArtifactSinkException extends java.lang.Exception
Exception thrown when one of the operations ofIArtifactSink
fails.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ArtifactSinkException(java.lang.String message)
ArtifactSinkException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-