public class ProductCmptNotFoundException extends RuntimeException
| Constructor and Description |
|---|
ProductCmptNotFoundException(String repositoryName,
String productCmptId)
Creates a new exception that indicates that no product component with the given id has been
found.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getProductCmptId()
Returns the id of the product component that hasn't been found.
|
String |
getRepositoryName()
Returns the name of the repository that was searched for the product component.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceCopyright © 2019. All rights reserved.