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 aUserRole
which has descendants still pointing to it as a parent.- Author:
- Samarth Dhruva (samarthd)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidUserRoleDeleteException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidUserRoleDeleteException
public InvalidUserRoleDeleteException(String message)
-
-