public static class MdsObjectMergeSupport.UnexpectedErrorsException extends MdsObjectMergeSupport.MdsObjectMergeException
Modifier | Constructor and Description |
---|---|
protected |
UnexpectedErrorsException(java.lang.String mdsSandboxName,
java.util.Map<java.lang.String,java.util.List<java.lang.Exception>> handlerExceptions,
oracle.mds.exception.MDSExceptionList orchestratorExceptions)
Constructs an exception with the unexpected errors.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.List<java.lang.Exception>> |
getHandlerExceptions()
Returns the errors from merge handlers.
|
oracle.mds.exception.MDSExceptionList |
getOrchestratorExceptions()
Returns the errors from the orchestrator.
|
getMdsSandboxName
protected UnexpectedErrorsException(java.lang.String mdsSandboxName, java.util.Map<java.lang.String,java.util.List<java.lang.Exception>> handlerExceptions, oracle.mds.exception.MDSExceptionList orchestratorExceptions)
mdsSandboxName
- the name of the MDS sandboxhandlerExceptions
- the exceptions from merge handlers if anyorchestratorExceptions
- the exceptions from the orchestrator if anyjava.lang.IllegalArgumentException
- if the given MDS sandbox name is nullpublic final oracle.mds.exception.MDSExceptionList getOrchestratorExceptions()
null
if unavailablepublic final java.util.Map<java.lang.String,java.util.List<java.lang.Exception>> getHandlerExceptions()
null
if unavailable