Class MonitoredItemSynchronizationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.eclipse.milo.opcua.stack.core.UaException
org.eclipse.milo.opcua.sdk.client.subscriptions.MonitoredItemSynchronizationException
- All Implemented Interfaces:
Serializable,org.eclipse.milo.opcua.stack.core.UaExceptionStatus
public class MonitoredItemSynchronizationException
extends org.eclipse.milo.opcua.stack.core.UaException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMonitoredItemSynchronizationException(String message, List<MonitoredItemServiceOperationResult> createResults, List<MonitoredItemServiceOperationResult> modifyResults, List<MonitoredItemServiceOperationResult> deleteResults) -
Method Summary
Modifier and TypeMethodDescriptionGet the results for any create operations that were part of the synchronization.Get the results for any delete operations that were part of the synchronization.Get the results for any modify operations that were part of the synchronization.Methods inherited from class org.eclipse.milo.opcua.stack.core.UaException
extract, extractStatusCode, getMessage, getStatusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
MonitoredItemSynchronizationException
public MonitoredItemSynchronizationException(String message, List<MonitoredItemServiceOperationResult> createResults, List<MonitoredItemServiceOperationResult> modifyResults, List<MonitoredItemServiceOperationResult> deleteResults)
-
-
Method Details
-
getCreateResults
Get the results for any create operations that were part of the synchronization.- Returns:
- the results for any create operations that were part of the synchronization.
-
getModifyResults
Get the results for any modify operations that were part of the synchronization.- Returns:
- the results for any modify operations that were part of the synchronization.
-
getDeleteResults
Get the results for any delete operations that were part of the synchronization.- Returns:
- the results for any delete operations that were part of the synchronization.
-