Class TrustException

All Implemented Interfaces:
Serializable

public class TrustException extends ConnectionException
Special subclass of ConnectionException to signal the case of attempting to establish trust for a SSL connection to the Perforce server.

Note that the exception should be handled with addition steps to try to establish trust again. The fingerprint will be set to this exception object whenever possible. This fingerprint should be used as a parameter for executing the IOptionsServer.addTrust(String fingerprint) method to install trust to the Perforce SSL connection. Only the "NEW_CONNECTION" and "NEW_KEY" types should be handled for trust retries.

See Also: