Class OcflNoSuchFileException

All Implemented Interfaces:
Serializable

public class OcflNoSuchFileException extends OcflIOException
This exception is a wrapper around NoSuchFileException and FileNotFoundException
See Also:
  • Constructor Details

    • OcflNoSuchFileException

      public OcflNoSuchFileException(String message)
    • OcflNoSuchFileException

      public OcflNoSuchFileException(Exception cause)
    • OcflNoSuchFileException

      public OcflNoSuchFileException(String message, Exception cause)
  • Method Details