public class DuplicateProjectException extends Exception
| Constructor and Description | 
|---|
| DuplicateProjectException(String message)Deprecated. 
 | 
| DuplicateProjectException(String message,
                         Exception e)Deprecated. 
 | 
| DuplicateProjectException(String projectId,
                         File existingProjectFile,
                         File conflictingProjectFile,
                         String message) | 
| Modifier and Type | Method and Description | 
|---|---|
| File | getConflictingProjectFile() | 
| File | getExistingProjectFile() | 
| String | getProjectId() | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DuplicateProjectException(String message)
DuplicateProjectException(String, File, File, String)public DuplicateProjectException(String message, Exception e)
DuplicateProjectException(String, File, File, String)Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.