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
Exception indicating that an operation updating the
path value of an OrgUnit failed, e.g. for
inconsistencies discovered during the update.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anOrgUnitHierarchyExceptionwithout any parameters.OrgUnitHierarchyException(String message) Constructs anOrgUnitHierarchyExceptionsetting a message.OrgUnitHierarchyException(String message, Throwable t) Constructs anOrgUnitHierarchyExceptionsetting a message as well as the cause of the exception.Constructs anOrgUnitHierarchyExceptionsetting the cause of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OrgUnitHierarchyException
public OrgUnitHierarchyException()Constructs anOrgUnitHierarchyExceptionwithout any parameters. -
OrgUnitHierarchyException
Constructs anOrgUnitHierarchyExceptionsetting a message.- Parameters:
message- the exception message
-
OrgUnitHierarchyException
Constructs anOrgUnitHierarchyExceptionsetting the cause of the exception.- Parameters:
t- the cause of the exception
-
OrgUnitHierarchyException
Constructs anOrgUnitHierarchyExceptionsetting a message as well as the cause of the exception.- Parameters:
message- the exception messaget- the cause of the exception
-