Class DMSaveException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.onenetwork.platform.data.tlv.DMSaveException
All Implemented Interfaces:
java.io.Serializable

public class DMSaveException
extends java.lang.Exception
This exception can be thrown to indicate an error occurred during DM write invocation. When thrown, the entire TLV save operation will be rolled back across all data measures.
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    DMSaveException​(java.lang.String message)  
    DMSaveException​(java.lang.String message, java.lang.Throwable cause)  
    DMSaveException​(java.lang.Throwable cause)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Map<DataMeasure,​java.lang.String> getErrors()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • DMSaveException

      public DMSaveException​(java.lang.String message)
    • DMSaveException

      public DMSaveException​(java.lang.Throwable cause)
    • DMSaveException

      public DMSaveException​(java.lang.String message, java.lang.Throwable cause)
  • Method Details