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