Class DuplicateProjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.trustdeck.exception.DuplicateProjectException
All Implemented Interfaces:
Serializable

public class DuplicateProjectException extends Exception
This class represents an exception when a duplicate of a project was found.
Author:
Armin Müller
See Also:
  • Constructor Details

    • DuplicateProjectException

      public DuplicateProjectException(String name)
      Constructor that also defines information of the project causing the exception.
      Parameters:
      name - the name of the exception-causing project