Package org.opennms.netmgt.flows.elastic
Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.netmgt.flows.api.FlowException
-
- org.opennms.netmgt.flows.api.DetailedFlowException
-
- org.opennms.netmgt.flows.elastic.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceException extends DetailedFlowException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(java.lang.String message, java.util.List<FailedItem<FlowDocument>> failedItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getDetailedLogMessages()
java.util.List<FailedItem<FlowDocument>>
getFailedItems()
-
-
-
Constructor Detail
-
PersistenceException
public PersistenceException(java.lang.String message, java.util.List<FailedItem<FlowDocument>> failedItems)
-
-
Method Detail
-
getFailedItems
public java.util.List<FailedItem<FlowDocument>> getFailedItems()
-
getDetailedLogMessages
public java.util.List<java.lang.String> getDetailedLogMessages()
- Specified by:
getDetailedLogMessages
in classDetailedFlowException
-
-