public class DirectoryHasNoContentException extends Exception
| Constructor and Description |
|---|
DirectoryHasNoContentException()
Default constructor.
|
DirectoryHasNoContentException(String message)
Constructs a new DirectoryHasNoContentException with the specified detail message.
|
DirectoryHasNoContentException(String message,
Throwable cause)
Constructs a new DirectoryHasNoContentException with the specified detail message and the
Throwable.
|
DirectoryHasNoContentException(Throwable cause)
Constructs a DirectoryHasNoContentException with the Throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DirectoryHasNoContentException()
public DirectoryHasNoContentException(String message)
message - The error message.public DirectoryHasNoContentException(String message, Throwable cause)
message - The error message.cause - The Throwable.public DirectoryHasNoContentException(Throwable cause)
cause - The Throwable.Copyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.