public class DirectoryAlreadyExistsException
extends java.lang.Exception
| Constructor and Description |
|---|
DirectoryAlreadyExistsException() |
DirectoryAlreadyExistsException(java.lang.String message)
Constructs a new DirectoryAlreadyExistsException with the specified detail message.
|
DirectoryAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new DirectoryAlreadyExistsException with the specified detail message and the
Throwable.
|
DirectoryAlreadyExistsException(java.lang.Throwable cause)
Constructs a DirectoryAlreadyExistsException with the Throwable.
|
public DirectoryAlreadyExistsException()
public DirectoryAlreadyExistsException(java.lang.String message)
message - The error message.public DirectoryAlreadyExistsException(java.lang.String message,
java.lang.Throwable cause)
message - The error message.cause - The Throwable.public DirectoryAlreadyExistsException(java.lang.Throwable cause)
cause - The Throwable.