Class ClosedIOException

All Implemented Interfaces:
Serializable

@Public @Unstable public class ClosedIOException extends PathIOException
Exception to denote if the underlying stream, cache or other closable resource is closed.
See Also:
  • Constructor Details

    • ClosedIOException

      public ClosedIOException(String path, String message)
      Appends the custom error-message to the default error message.
      Parameters:
      path - path that encountered the closed resource.
      message - custom error message.