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