COM.claymoresystems.ptls
Class SSLAlertException
public class SSLAlertException
Represents an Alert.
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
|
SSLAlertException
public SSLAlertException(COM.claymoresystems.ptls.SSLAlertX alert_)
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.
- true if it was, false if it wasn't
getExplanation
public String getExplanation()
Return a textual description of this alert
- a string describing this alert
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.