Class CallbackObjectNotRegistered
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.aristaflow.adept2.base.communication.CommunicationStackException
-
- de.aristaflow.adept2.model.communication.CommunicationStackException
-
- de.aristaflow.adept2.base.communication.CallbackObjectNotRegistered
-
- All Implemented Interfaces:
Serializable
@Deprecated public class CallbackObjectNotRegistered extends de.aristaflow.adept2.model.communication.CommunicationStackException
Deprecated.UseCallbackObjectNotRegistered
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 Summary
Constructors Constructor Description CallbackObjectNotRegistered(String message, URI callbackID)
Deprecated.Sets up the exception that indicates that there is no callback object registered with the given callbackID.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description URI
getCallbackID()
Deprecated.Returns the callback ID that could not be resolved.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
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.
-
-