Package jetbrains.buildServer.artifacts
Class RecoverableIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- jetbrains.buildServer.artifacts.RecoverableIOException
-
- All Implemented Interfaces:
Serializable
public class RecoverableIOException extends IOException
Can be thrown instead ofIOException
to indicate that failure can be temporary and operation can be repeated- Since:
- 2018.1.1
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RecoverableIOException(String message)
RecoverableIOException(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
-
-