Skip to content

Added new mandatory field in SourceException. Switched from IOException to SourceException in Xrootd.xrdstat

  • Added a status code in SourceException.
  • The error codes are defined in the SourceExceptionCode public enum.
  • Added SourceException inside xrdstat function from Xrootd.java instead of IOException. (SourceException extends IOException).

Merge request reports