public class NoReleasesFoundException extends RuntimeException
| Constructor and Description |
|---|
NoReleasesFoundException(String errorMessage)
Thrown when a GitHub repository doesn't have any releases.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NoReleasesFoundException(String errorMessage)
errorMessage - The error message included with the exception.Copyright © 2023. All rights reserved.