public class EnvironmentException extends IOException
| Constructor and Description |
|---|
EnvironmentException(String msg)
Constructs an instance of
FileAlreadyExistsException with the specified detail message. |
EnvironmentException(String msg,
Throwable t)
Constructs an instance of
FileAlreadyExistsException with the specified detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EnvironmentException(String msg)
FileAlreadyExistsException with the specified detail message.msg - the detail message.Copyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.