csdk.v1_0.api.filesystem
Class FileLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by csdk.v1_0.api.core.CSDKException
              extended by csdk.v1_0.api.filesystem.FileLockedException
All Implemented Interfaces:
Serializable

public class FileLockedException
extends CSDKException

Exceção lançada ao tentar acessar um arquivo bloqueado.

See Also:
Serialized Form

Constructor Summary
FileLockedException(String message)
          Construtor
FileLockedException(String message, Throwable cause)
          Construtor
FileLockedException(Throwable cause)
          Construtor
 
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,
                           Throwable cause)
Construtor

Parameters:
message - mensagem
cause - causa

FileLockedException

public FileLockedException(String message)
Construtor

Parameters:
message - mensagem

FileLockedException

public FileLockedException(Throwable cause)
Construtor

Parameters:
cause - causa.


Copyright © 2013–2014 Tecgraf/PUC-Rio. All rights reserved.