Package jetbrains.buildServer.agent
Class ArtifactPublishingFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- jetbrains.buildServer.agent.ArtifactPublishingFailedException
-
- All Implemented Interfaces:
Serializable
public class ArtifactPublishingFailedException extends RuntimeException
- Author:
- Pavel.Sher Date: 12.11.2008
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArtifactPublishingFailedException(String message, boolean mustRepeat, Throwable cause)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isMustRepeat()
Returns true if publishing of an artifact must be repeated-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-