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:
java.io.Serializable
public class OrgUnitHierarchyException extends java.lang.RuntimeExceptionException indicating that an operation updating thepathvalue of anOrgUnitfailed, e.g. for inconsistencies discovered during the update.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OrgUnitHierarchyException()Constructs anOrgUnitHierarchyExceptionwithout any parameters.OrgUnitHierarchyException(java.lang.String message)Constructs anOrgUnitHierarchyExceptionsetting a message.OrgUnitHierarchyException(java.lang.String message, java.lang.Throwable t)Constructs anOrgUnitHierarchyExceptionsetting a message as well as the cause of the exception.OrgUnitHierarchyException(java.lang.Throwable t)Constructs anOrgUnitHierarchyExceptionsetting the cause of the exception.
-
-
-
Constructor Detail
-
OrgUnitHierarchyException
public OrgUnitHierarchyException()
Constructs anOrgUnitHierarchyExceptionwithout any parameters.
-
OrgUnitHierarchyException
public OrgUnitHierarchyException(java.lang.String message)
Constructs anOrgUnitHierarchyExceptionsetting a message.- Parameters:
message- the exception message
-
OrgUnitHierarchyException
public OrgUnitHierarchyException(java.lang.Throwable t)
Constructs anOrgUnitHierarchyExceptionsetting the cause of the exception.- Parameters:
t- the cause of the exception
-
OrgUnitHierarchyException
public OrgUnitHierarchyException(java.lang.String message, java.lang.Throwable t)Constructs anOrgUnitHierarchyExceptionsetting a message as well as the cause of the exception.- Parameters:
message- the exception messaget- the cause of the exception
-
-