public class DuplicateServiceException extends HK2RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private Descriptor |
existingDescriptor |
private static long |
serialVersionUID |
| 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
|
java.lang.String |
toString() |
private static final long serialVersionUID
private Descriptor existingDescriptor
public DuplicateServiceException()
public DuplicateServiceException(Descriptor existingDescriptor)
existingDescriptor - The possibly null existing descriptor
that matched one of the idempotent filterspublic Descriptor getExistingDescriptor()
public java.lang.String toString()
toString in class java.lang.Throwable