COM.claymoresystems.ptls

Class SSLAlertException

Known Direct Subclasses:
SSLCaughtAlertException, SSLThrewAlertException

public class SSLAlertException
extends SSLException

Represents an Alert.

Constructor Summary

SSLAlertException(COM.claymoresystems.ptls.SSLAlertX alert_)

Method Summary

boolean
fatalP()
Was this alert fatal?

Fatal alerts mean that the connection is permanently closed because an unrecoverable error occurred.

String
getExplanation()
Return a textual description of this alert

Constructor Details

SSLAlertException

public SSLAlertException(COM.claymoresystems.ptls.SSLAlertX alert_)

Method Details

fatalP

public boolean fatalP()
Was this alert fatal?

Fatal alerts mean that the connection is permanently closed because an unrecoverable error occurred. Nonfatal alerts are basically advisory.

Returns:
true if it was, false if it wasn't


getExplanation

public String getExplanation()
Return a textual description of this alert

Returns:
a string describing this alert


Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.