tecgraf.ftc_1_3.common.exception
Class FileLockedException

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.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

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

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