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, toString
public DuplicateProjectException(String message)
DuplicateProjectException(String, File, File, String)
public DuplicateProjectException(String message, Exception e)
DuplicateProjectException(String, File, File, String)
Copyright © 2001–2019 The Apache Software Foundation. All rights reserved.