Class OrgUnitHierarchyException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • OrgUnitHierarchyException

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

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

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

        public OrgUnitHierarchyException​(java.lang.String message,
                                         java.lang.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