public class CallbackObjectNotRegistered extends CommunicationStackException
| Constructor and Description |
|---|
CallbackObjectNotRegistered(java.lang.String message,
java.net.URI callbackID)
Sets up the exception that indicates that there is no callback object
registered with the given callbackID.
|
| Modifier and Type | Method and Description |
|---|---|
java.net.URI |
getCallbackID()
Returns the callback ID that could not be resolved.
|
public CallbackObjectNotRegistered(java.lang.String message,
java.net.URI callbackID)
message - The error message.callbackID - The requested callbackID.