#include <xvr2/CoreExceptions.h>
#include <xvr2/SystemException.h>
Go to the source code of this file.
Namespaces | |
namespace | xvr2 |
namespace | xvr2::Net |
Classes | |
class | xvr2::Net::NetworkException |
This is a generic exception it is supposed to be thrown for undefined or generic network events. More... | |
class | xvr2::Net::UnsupportedProtocol |
class | xvr2::Net::ConnectionTimeout |
Throw this exception when the connection passes the timeout. More... | |
class | xvr2::Net::ConnectionRefused |
Throw this exception when the connection gets refused by the other host. More... | |
class | xvr2::Net::NetworkUnreachable |
This exception is throw n when the remote host cannot be reached by this host. More... | |
class | xvr2::Net::SocketAlreadyBounded |
Throw this exception whenever yo hav a socket that is already bounded to an address. More... | |
class | xvr2::Net::SocketAlreadyUsed |
This exception is throw n when a previous socket is listening to this port. More... | |
class | xvr2::Net::CertificateLoadLocations |
class | xvr2::Net::CertificateLookupPending |
class | xvr2::Net::ConnectionResetByPeer |
The current connection suffered a reset from the peer. More... | |
class | xvr2::Net::HostNotFound |
Unable to find the specified host please check your /etc/hosts file or your DNS client config. More... | |
class | xvr2::Net::KeyfileUnreadable |
class | xvr2::Net::NoDataForReading |
class | xvr2::Net::NoIPForYou |
The requested name is valid but does not have an IP address. More... | |
class | xvr2::Net::NotConnected |
class | xvr2::Net::NoValidCipherInList |
class | xvr2::Net::NSFatal |
A non-recoverable name server error occurred. More... | |
class | xvr2::Net::NSTryAgain |
A temporary error occurred on an authoritative name server. More... | |
class | xvr2::Net::SSLConnectFailed |
class | xvr2::Net::SSLConnectionClosed |
class | xvr2::Net::SSLConnectionIsBusy |
class | xvr2::Net::SSLContextCreation |
Exception throw n whenever an SSLContext object failed instatiation. More... | |
class | xvr2::Net::SSLGeneric |
class | xvr2::Net::UDPReceiveTimeout |
class | xvr2::Net::SSLInvalidCertificate |
class | xvr2::Net::SSLInvalidPeerCertificate |
class | xvr2::Net::SSLSocketAddIOFailure |
class | xvr2::Net::Crypto |
class | xvr2::Net::X509Exception |
class | xvr2::Net::CertificateIssuerNotFoundLocally |
class | xvr2::Net::X509IssuerCertificateNotFound |
class | xvr2::Net::X509UnableToDecryptCertificate |