csdk.v1_0.api.filesystem.local
Class LocalFileSystemException

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.local.LocalFileSystemException
All Implemented Interfaces:
Serializable

public class LocalFileSystemException
extends CSDKException

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

See Also:
Serialized Form

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

LocalFileSystemException

public LocalFileSystemException(String message,
                                Throwable cause)
Construtor

Parameters:
message - mensagem
cause - causa

LocalFileSystemException

public LocalFileSystemException(String message)
Construtor

Parameters:
message - mensagem

LocalFileSystemException

public LocalFileSystemException(Throwable cause)
Construtor

Parameters:
cause - causa.

LocalFileSystemException

protected LocalFileSystemException()
Construtor.



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