Class PersistenceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.opennms.features.alarms.history.elastic.PersistenceException
-
- All Implemented Interfaces:
java.io.Serializable
public class PersistenceException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PersistenceException(java.lang.String message, java.util.List<FailedItem<AlarmDocumentDTO>> failedItems)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<FailedItem<AlarmDocumentDTO>>
getFailedItems()
-
-
-
Constructor Detail
-
PersistenceException
public PersistenceException(java.lang.String message, java.util.List<FailedItem<AlarmDocumentDTO>> failedItems)
-
-
Method Detail
-
getFailedItems
public java.util.List<FailedItem<AlarmDocumentDTO>> getFailedItems()
-
-