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:
Serializable
public class MasterDataRegistrationException
extends ch.systemsx.cisd.common.exceptions.HighLevelException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionMasterDataRegistrationException(String message, List<MasterDataTransactionErrors> transactionErrors) -
Method Summary
Modifier and TypeMethodDescriptionvoidlogErrors(ch.systemsx.cisd.common.logging.ISimpleLogger errorLogger) Logs the accumulated errors.Methods inherited from class ch.systemsx.cisd.common.exceptions.HighLevelException
isRetriable, isRetriableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MasterDataRegistrationException
public MasterDataRegistrationException(String message, List<MasterDataTransactionErrors> transactionErrors)
-
-
Method Details
-
getTransactionErrors
-
logErrors
public void logErrors(ch.systemsx.cisd.common.logging.ISimpleLogger errorLogger) Logs the accumulated errors.
-