IceSSL::SslException

Overview

local exception SslException

This exception represents the base of all security related exceptions in Ice. It is a local exception because, usually, a problem with security precludes a proper secure connection over which to transmit exceptions. In addition, many exceptions would contain information that is of no use to external clients/servers.

Data Member Index

message

Contains pertinent information from the security system to help explain the nature of the exception in greater detail.

message

string message;

Contains pertinent information from the security system to help explain the nature of the exception in greater detail. In some instances, it contains information from the underlying security implementation and/or debugging trace.