Class OcflFileAlreadyExistsException

All Implemented Interfaces:
Serializable

public class OcflFileAlreadyExistsException extends OcflIOException
This exception is a wrapper around FileAlreadyExistsException
See Also:
  • Constructor Details

    • OcflFileAlreadyExistsException

      public OcflFileAlreadyExistsException(String message)
    • OcflFileAlreadyExistsException

      public OcflFileAlreadyExistsException(Exception cause)
    • OcflFileAlreadyExistsException

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