Class OcflNoSuchFileException

  • All Implemented Interfaces:
    Serializable

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

      • OcflNoSuchFileException

        public OcflNoSuchFileException​(String message)
      • OcflNoSuchFileException

        public OcflNoSuchFileException​(Exception cause)
      • OcflNoSuchFileException

        public OcflNoSuchFileException​(String message,
                                       Exception cause)