tecgraf.ftc_1_2.common.exception
Class FileLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tecgraf.ftc_1_2.common.exception.RemoteFileException
tecgraf.ftc_1_2.common.exception.FileLockedException
- All Implemented Interfaces:
- Serializable
public final class FileLockedException
- extends RemoteFileException
Representa uma exceção indicando que um arquivo não pode ser alterado porque
está reservado para outro usuário.
- Author:
- Tecgraf/PUC-Rio
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileLockedException
public FileLockedException(String message)
- Cria a exceção com uma mensagem associada.
- Parameters:
message - A mensagem;
FileLockedException
public FileLockedException(Throwable cause)
- Cria a exceção com uma causa associada.
- Parameters:
cause - A causa;
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.