Class CannotPerformActionException

  • All Implemented Interfaces:
    Serializable

    @ResponseStatus(BAD_REQUEST)
    public class CannotPerformActionException
    extends RuntimeException
    Exception thrown when operation can not be performed
    See Also:
    Serialized Form
    • Constructor Detail

      • CannotPerformActionException

        public CannotPerformActionException​(String message)
        Creates new CannotPerformActionException with given message
        Parameters:
        message - exception message