public static class PackagesManagementException.NotFoundException extends PackagesManagementException
PackagesManagementException.MetadataFormatException, PackagesManagementException.NotFoundException| Constructor and Description |
|---|
NotFoundException(String message)
Constructs an
NotFoundException with the specified detail message. |
NotFoundException(String message,
Throwable throwable)
Constructs an
NotFoundException with the specified detail message and the cause. |
NotFoundException(Throwable throwable)
Constructs an
NotFoundException with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotFoundException(Throwable throwable)
NotFoundException with the specified cause.throwable - The causepublic NotFoundException(String message)
NotFoundException with the specified detail message.message - The detail messageCopyright © 2017–2022 Apache Software Foundation. All rights reserved.