public class DirectoryCannotBeCreatedException
extends java.lang.Exception
| Constructor and Description |
|---|
DirectoryCannotBeCreatedException()
Instantiates a new directory cannot be created exception.
|
DirectoryCannotBeCreatedException(java.lang.String message)
Instantiates a new directory cannot be created exception.
|
DirectoryCannotBeCreatedException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.
|
DirectoryCannotBeCreatedException(java.lang.Throwable cause)
Instantiates a new directory cannot be created exception.
|
public DirectoryCannotBeCreatedException()
public DirectoryCannotBeCreatedException(java.lang.String message)
message - the messagepublic DirectoryCannotBeCreatedException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the causepublic DirectoryCannotBeCreatedException(java.lang.Throwable cause)
cause - the cause