Class ArtifactSinkException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.eclipse.tycho.repository.p2base.artifact.provider.streaming.ArtifactSinkException
-
- All Implemented Interfaces:
Serializable
public class ArtifactSinkException extends Exception
Exception thrown when one of the operations ofIArtifactSink
fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactSinkException(String message)
ArtifactSinkException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-