public class OrgUnitHierarchyException
extends java.lang.RuntimeException
path value of an OrgUnit failed, e.g. for
inconsistencies discovered during the update.| Constructor and Description |
|---|
OrgUnitHierarchyException()
Constructs an
OrgUnitHierarchyException without any parameters. |
OrgUnitHierarchyException(java.lang.String message)
Constructs an
OrgUnitHierarchyException setting a message. |
OrgUnitHierarchyException(java.lang.String message,
java.lang.Throwable t)
Constructs an
OrgUnitHierarchyException setting a message as well as the cause of the exception. |
OrgUnitHierarchyException(java.lang.Throwable t)
Constructs an
OrgUnitHierarchyException setting the cause of the exception. |
public OrgUnitHierarchyException()
OrgUnitHierarchyException without any parameters.public OrgUnitHierarchyException(java.lang.String message)
OrgUnitHierarchyException setting a message.message - the exception messagepublic OrgUnitHierarchyException(java.lang.Throwable t)
OrgUnitHierarchyException setting the cause of the exception.t - the cause of the exceptionpublic OrgUnitHierarchyException(java.lang.String message,
java.lang.Throwable t)
OrgUnitHierarchyException setting a message as well as the cause of the exception.message - the exception messaget - the cause of the exceptionCopyright © 2018 SAP SE. All Rights Reserved.