Class OrgUnitHierarchyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
de.hybris.platform.commerceservices.organization.services.impl.OrgUnitHierarchyException
All Implemented Interfaces:
Serializable

public class OrgUnitHierarchyException extends RuntimeException
Exception indicating that an operation updating the path value of an OrgUnit failed, e.g. for inconsistencies discovered during the update.
See Also:
  • Constructor Details

    • OrgUnitHierarchyException

      public OrgUnitHierarchyException()
      Constructs an OrgUnitHierarchyException without any parameters.
    • OrgUnitHierarchyException

      public OrgUnitHierarchyException(String message)
      Constructs an OrgUnitHierarchyException setting a message.
      Parameters:
      message - the exception message
    • OrgUnitHierarchyException

      public OrgUnitHierarchyException(Throwable t)
      Constructs an OrgUnitHierarchyException setting the cause of the exception.
      Parameters:
      t - the cause of the exception
    • OrgUnitHierarchyException

      public OrgUnitHierarchyException(String message, Throwable t)
      Constructs an OrgUnitHierarchyException setting a message as well as the cause of the exception.
      Parameters:
      message - the exception message
      t - the cause of the exception