public static class MultiThreadedBlobUploader.CorruptArtifactException extends IOException
| Constructor and Description |
|---|
CorruptArtifactException(String msg,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
static Optional<String> |
getDescription(ThrowableCauseIterable iterable)
Returns CorruptArtifactException throwable if any of the causes in the
ThrowableCauseIterable are CorruptArtifactException. |
static boolean |
isCause(ThrowableCauseIterable iterable)
Determines if any of the causes in the
ThrowableCauseIterable are
CorruptArtifactException |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic String getDescription()
public static boolean isCause(ThrowableCauseIterable iterable)
ThrowableCauseIterable are
CorruptArtifactExceptioniterable - public static Optional<String> getDescription(ThrowableCauseIterable iterable)
ThrowableCauseIterable are CorruptArtifactException. Check isCause(ThrowableCauseIterable) firstiterable -