public class CertificateError extends Object
handleCertificateError
command
Note: this event does not fire if the
certificate error has been allowed internally
Only one client per target should override
certificate errors at the same timeConstructor | Description |
---|---|
CertificateError() |
Modifier and Type | Method | Description |
---|---|---|
String |
getErrorType() |
The type of the error.
|
Integer |
getEventId() |
The ID of the event.
|
String |
getRequestURL() |
The url that was requested.
|
void |
setErrorType(String errorType) |
The type of the error.
|
void |
setEventId(Integer eventId) |
The ID of the event.
|
void |
setRequestURL(String requestURL) |
The url that was requested.
|
public Integer getEventId()
public void setEventId(Integer eventId)
public String getErrorType()
public void setErrorType(String errorType)
public String getRequestURL()
public void setRequestURL(String requestURL)
Copyright © 2017, 2018–2018 WebFolder OÜ. All rights reserved.