Class CallbackObjectNotRegistered

  • All Implemented Interfaces:
    Serializable

    @Deprecated
    public class CallbackObjectNotRegistered
    extends de.aristaflow.adept2.model.communication.CommunicationStackException
    Deprecated.
    Use CallbackObjectNotRegistered instead. This class will be removed in the future.
    This method is thrown if there is no exported callback object registered with the given callbackID within the requested callback export module.
    See Also:
    Serialized Form
    • Constructor Detail

      • CallbackObjectNotRegistered

        public CallbackObjectNotRegistered​(String message,
                                           URI callbackID)
        Deprecated.
        Sets up the exception that indicates that there is no callback object registered with the given callbackID.
        Parameters:
        message - The error message.
        callbackID - The requested callbackID.
    • Method Detail

      • getCallbackID

        public URI getCallbackID()
        Deprecated.
        Returns the callback ID that could not be resolved.
        Returns:
        The callback ID that could not be resolved.