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