public class DuplicateServiceException extends HK2RuntimeException
| Constructor and Description |
|---|
DuplicateServiceException()
For serialization
|
DuplicateServiceException(Descriptor existingDescriptor)
Called by the system to initialize the existing descriptor
that matched
|
| Modifier and Type | Method and Description |
|---|---|
Descriptor |
getExistingDescriptor()
Gets the descriptor that matched one of the idempotent
filters
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic DuplicateServiceException()
public DuplicateServiceException(Descriptor existingDescriptor)
existingDescriptor - The possibly null existing descriptor
that matched one of the idempotent filterspublic Descriptor getExistingDescriptor()
Copyright © 2009–2019 Oracle Corporation. All rights reserved.