Class OverwriteException

All Implemented Interfaces:
Serializable

public class OverwriteException extends OcflJavaException
Indicates that file already exists and could not be overwritten.
See Also:
  • Constructor Details

    • OverwriteException

      public OverwriteException()
    • OverwriteException

      public OverwriteException(String message)
    • OverwriteException

      public OverwriteException(String message, Throwable cause)
    • OverwriteException

      public OverwriteException(Throwable cause)