Package com.hp.ucmdb.api.topology
Interface TopologyModificationFailure
public interface TopologyModificationFailure
Interface describes a topology modification failure. It contains the topology whose processing
failed and the reason for the failure in form of exception.
- Since:
- 9.0.3
-
Method Summary
-
Method Details
-
getTopology
TopologyData getTopology() -
getCause
Exception getCause()
-