Class FileCouldNotBeCopiedException

  • All Implemented Interfaces:
    java.io.Serializable

    @StableMinor(version="17.0",
                 sinceVersion="8.0")
    public class FileCouldNotBeCopiedException
    extends java.io.IOException
    Thrown when an IFile could not be copied.
    Since:
    8.0.0
    Version:
    $Revision: 26587 $ $Date: 2024-08-26 21:09:17 -0300 (Mon, 26 Aug 2024) $
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FileCouldNotBeCopiedException

        public FileCouldNotBeCopiedException()
        Creates a new instance with no detail message and no cause.
        Since:
        8.0.0
      • FileCouldNotBeCopiedException

        public FileCouldNotBeCopiedException​(java.lang.String message,
                                             java.lang.Throwable cause)
        Creates a new instance with the given detail message and cause.
        Parameters:
        message - the detail message.
        cause - the cause.
        Since:
        8.0.0
      • FileCouldNotBeCopiedException

        public FileCouldNotBeCopiedException​(java.lang.String message)
        Creates a new instance with the given detail message.
        Parameters:
        message - the detail message.
        Since:
        8.0.0
      • FileCouldNotBeCopiedException

        public FileCouldNotBeCopiedException​(java.lang.Throwable cause)
        Creates a new instance with the given cause.
        Parameters:
        cause - the cause.
        Since:
        8.0.0