public class SlotOccupiedException extends SlotAllocationException
| Constructor and Description |
|---|
SlotOccupiedException(String message,
AllocationID allocationId) |
SlotOccupiedException(String message,
Throwable cause,
AllocationID allocationId) |
SlotOccupiedException(Throwable cause,
AllocationID allocationId) |
| Modifier and Type | Method and Description |
|---|---|
AllocationID |
getAllocationId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SlotOccupiedException(String message, AllocationID allocationId)
public SlotOccupiedException(String message, Throwable cause, AllocationID allocationId)
public SlotOccupiedException(Throwable cause, AllocationID allocationId)
public AllocationID getAllocationId()
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.