COM.claymoresystems.ptls

Class SSLAlertException

public class SSLAlertException extends SSLException

Represents an Alert.
Constructor Summary
SSLAlertException(SSLAlertX alert_)
Method Summary
booleanfatalP()
Was this alert fatal?
StringgetExplanation()
Return a textual description of this alert

Constructor Detail

SSLAlertException

public SSLAlertException(SSLAlertX alert_)

Method Detail

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.