Class MasterDataRegistrationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MasterDataRegistrationException
    extends ch.systemsx.cisd.common.exceptions.HighLevelException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<MasterDataTransactionErrors> getTransactionErrors()  
      void logErrors​(ch.systemsx.cisd.common.logging.ISimpleLogger errorLogger)
      Logs the accumulated errors.
      • Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException

        isRetriable, isRetriable
      • 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 Detail

      • MasterDataRegistrationException

        public MasterDataRegistrationException​(java.lang.String message,
                                               java.util.List<MasterDataTransactionErrors> transactionErrors)
    • Method Detail

      • logErrors

        public void logErrors​(ch.systemsx.cisd.common.logging.ISimpleLogger errorLogger)
        Logs the accumulated errors.