Class CannotDeleteException

    • Constructor Detail

      • CannotDeleteException

        public CannotDeleteException​(String message)
        Constructs a new CannotDeleteException with the specified error message.
        Parameters:
        message - Describes the error encountered.
    • Method Detail

      • setName

        public void setName​(String name)
        Parameters:
        name -
      • getName

        public String getName()
        Returns:
      • withName

        public CannotDeleteException withName​(String name)
        Parameters:
        name -
        Returns:
        Returns a reference to this object so that method calls can be chained together.