tecgraf.ftc_1_2.common.exception
Class InvalidProtocolVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tecgraf.ftc_1_2.common.exception.RemoteFileException
tecgraf.ftc_1_2.common.exception.InvalidProtocolVersionException
- All Implemented Interfaces:
- Serializable
public class InvalidProtocolVersionException
- extends RemoteFileException
Exceção que indica que o servidor e o cliente não suportam uma mesma versão
do protocolo ftc.
- Author:
- Tecgraf
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidProtocolVersionException
public InvalidProtocolVersionException(String message)
- Cria a exceção com uma mensagem associada.
- Parameters:
message - A mensagem;
InvalidProtocolVersionException
public InvalidProtocolVersionException(Throwable cause)
- Cria a exceção com uma causa associada.
- Parameters:
cause - A causa;
Copyright © 2017 Tecgraf/PUC-Rio. All rights reserved.