Class InvalidAdminRoleDeleteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.adminuser.user.service.exception.InvalidAdminRoleDeleteException
All Implemented Interfaces:
Serializable

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

    • InvalidAdminRoleDeleteException

      public InvalidAdminRoleDeleteException(String message)