Package org.trustdeck.exception
Class DuplicateProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.trustdeck.exception.DuplicateProjectException
- All Implemented Interfaces:
Serializable
This class represents an exception when a duplicate of a project was found.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor that also defines information of the project causing the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateProjectException
Constructor that also defines information of the project causing the exception.- Parameters:
name- the name of the exception-causing project
-