tecgraf.ftc_1_2.common.exception
Class PermissionException

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

public final class PermissionException
extends RemoteFileException

Representa uma exceção de falta de permissão no acesso a arquivos remotos.

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

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

PermissionException

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

Parameters:
message - A mensagem;

PermissionException

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

Parameters:
cause - A causa;


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