Class MasterDataRegistrationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ch.systemsx.cisd.common.exceptions.HighLevelException
-
- ch.systemsx.cisd.openbis.generic.server.jython.api.v1.impl.MasterDataRegistrationException
-
- All Implemented Interfaces:
java.io.Serializable
public class MasterDataRegistrationException extends ch.systemsx.cisd.common.exceptions.HighLevelException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MasterDataRegistrationException(java.lang.String message, java.util.List<MasterDataTransactionErrors> transactionErrors)
-
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
-
-
-
-
Constructor Detail
-
MasterDataRegistrationException
public MasterDataRegistrationException(java.lang.String message, java.util.List<MasterDataTransactionErrors> transactionErrors)
-
-
Method Detail
-
getTransactionErrors
public java.util.List<MasterDataTransactionErrors> getTransactionErrors()
-
logErrors
public void logErrors(ch.systemsx.cisd.common.logging.ISimpleLogger errorLogger)
Logs the accumulated errors.
-
-