COM.claymoresystems.ptls
public class SSLAlertException extends SSLException
Constructor Summary | |
---|---|
SSLAlertException(SSLAlertX alert_) |
Method Summary | |
---|---|
boolean | fatalP() Was this alert fatal?
|
String | getExplanation() Return a textual description of this alert |
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
Returns: a string describing this alert