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