tecgraf.ftc_1_3.common.exception
Class RemoteFileException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.ftc_1_3.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

Constructor Summary
protected RemoteFileException(String message)
          Cria a exceção com uma mensagem associada.
protected RemoteFileException(Throwable cause)
          Cria a exceção com uma causa associada.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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 © 2018 Tecgraf/PUC-Rio. All rights reserved.