public class SSLAlertException extends SSLException
| Constructor and Description |
|---|
SSLAlertException(COM.claymoresystems.ptls.SSLAlertX alert_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fatalP()
Was this alert fatal?
|
java.lang.String |
getExplanation()
Return a textual description of this alert
|
public SSLAlertException(COM.claymoresystems.ptls.SSLAlertX alert_)
public boolean fatalP()
Fatal alerts mean that the connection is permanently closed because an unrecoverable error occurred. Nonfatal alerts are basically advisory.
public java.lang.String getExplanation()
Copyright (c) 1999-2001 Claymore Systems, Inc., All Rights Reserved.