tecgraf.ftc_1_2.common.exception
Class RemoteFileException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tecgraf.ftc_1_2.common.exception.RemoteFileException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FailureException, FileLockedException, InvalidProtocolVersionException, MaxClientsReachedException, PermissionException
public abstract class RemoteFileException
- extends Exception
Representa uma exceção genérica do acesso a arquivos remotos.
- 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 |
RemoteFileException
protected RemoteFileException(String message)
- Cria a exceção com uma mensagem associada.
- Parameters:
message - A mensagem;
RemoteFileException
protected RemoteFileException(Throwable cause)
- Cria a exceção com uma causa associada.
- Parameters:
cause - A causa;
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.