| Modifier and type | Property and description |
|---|---|
| java.util.UUID | callingAgent
The ID of the agent trying to access the capacity. |
| java.lang.Class<T> | unimplementedCapacity
The capacity that the agent was trying to access. |
| Constructor and description |
|---|
| new(Class<T>,UUID)
Creates a new instance of the exception. |
| new(Class<T>,UUID,Throwable)
Creates a new instance of the exception. |
| Modifier and type | Action and description |
|---|---|
| java.util.UUID | getCallingAgent
The ID of the agent trying to access the capacity. |
| java.lang.Class<T> | getUnimplementedCapacity
The capacity that the agent was trying to access. |
val callingAgent : java.util.UUID
This property is an alias for the action: getCallingAgent
val unimplementedCapacity : java.lang.Class<T>
This property is an alias for the action: getUnimplementedCapacity
new(Class<T>,UUID)
new(Class<T>,UUID,Throwable)
def getCallingAgent : java.util.UUID
def getUnimplementedCapacity : java.lang.Class<T>