tecgraf.ftc_1_3.common.exception
Class FailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tecgraf.ftc_1_3.common.exception.RemoteFileException
              extended by tecgraf.ftc_1_3.common.exception.FailureException
All Implemented Interfaces:
Serializable

public final class FailureException
extends RemoteFileException

Representa uma exceção de falha geral no acesso a arquivos remotos.

Author:
Tecgraf/PUC-Rio
See Also:
Serialized Form

Constructor Summary
FailureException(String message)
          Cria a exceção com uma mensagem associada.
FailureException(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

FailureException

public FailureException(String message)
Cria a exceção com uma mensagem associada.

Parameters:
message - A mensagem;

FailureException

public FailureException(Throwable cause)
Cria a exceção com uma causa associada.

Parameters:
cause - A causa;


Copyright © 2018 Tecgraf/PUC-Rio. All rights reserved.