Class DuplicateProjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicateProjectException
    extends java.lang.Exception
    Exception that occurs when the project list contains duplicate projects instead of ignoring one.
    Version:
    $Id: DuplicateProjectException.java 640549 2008-03-24 20:05:11Z bentmann $
    See Also:
    Serialized Form
    • 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

      • DuplicateProjectException

        public DuplicateProjectException​(java.lang.String message)
      • DuplicateProjectException

        public DuplicateProjectException​(java.lang.String message,
                                         java.lang.Exception e)