@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DirectoryNameConflictsWithFileNameException extends AWSCodeCommitException
A file cannot be added to the repository because the specified path name has the same name as a file that already exists in this repository. Either provide a different name for the file, or specify a different path for the file.
AmazonServiceException.ErrorType
Constructor and Description |
---|
DirectoryNameConflictsWithFileNameException(String message)
Constructs a new DirectoryNameConflictsWithFileNameException with the specified error message.
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getProxyHost, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setProxyHost, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCode
isRetryable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DirectoryNameConflictsWithFileNameException(String message)
message
- Describes the error encountered.