SecureBlackbox 2020 Java Edition

Questions / Feedback?

FileError Event

Reports a file access error to the application.

Syntax

public class DefaultRestserverEventListener implements RestserverEventListener {
  ...
  public void fileError(RestserverFileErrorEvent e) {}
  ...
}

public class RestserverFileErrorEvent {
  public long connectionID;
  public String fileName;
  public int errorCode;
}

Remarks

The class uses this event to report a file access errors. FileName and ErrorCode contain the file path and the error code respectively.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Java Edition - Version 20.0 [Build 8156]