Class InvalidUserRoleDeleteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.auth.security.service.exception.InvalidUserRoleDeleteException
All Implemented Interfaces:
Serializable

public class InvalidUserRoleDeleteException extends RuntimeException
Exception thrown when attempting to archive or delete a UserRole which has descendants still pointing to it as a parent.
Author:
Samarth Dhruva (samarthd)
See Also:
  • Constructor Details

    • InvalidUserRoleDeleteException

      public InvalidUserRoleDeleteException(String message)