Class ProjectAlreadyExistsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProjectAlreadyExistsException
    extends ProjectCreationException
    Exception which will be thrown, if a projectname of project, which should be created, already exists.
    Author:
    EL-Sharkawy
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProjectAlreadyExistsException()
      Sole constructor for this class.
      This exception should only be thrown inside this package.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ProjectAlreadyExistsException

        public ProjectAlreadyExistsException()
        Sole constructor for this class.
        This exception should only be thrown inside this package.