public class FileAlreadyExistsException extends TachyonException
| Constructor and Description |
|---|
FileAlreadyExistsException(ExceptionMessage message,
Object... params) |
FileAlreadyExistsException(ExceptionMessage message,
Throwable cause,
Object... params) |
FileAlreadyExistsException(String message) |
FileAlreadyExistsException(String message,
Throwable cause) |
getType, toTachyonTException, unwrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileAlreadyExistsException(String message)
public FileAlreadyExistsException(ExceptionMessage message, Object... params)
public FileAlreadyExistsException(ExceptionMessage message, Throwable cause, Object... params)
Copyright © 2015. All Rights Reserved.