Class Files.FileStoreConstraintException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Files

    public static class Files.FileStoreConstraintException
    extends java.nio.file.FileSystemException
    Thrown to indicate that a file copy was attempted outside of the origin FileStore.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileStoreConstraintException​(java.lang.String file, java.lang.String other, java.lang.String reason)  
    • Method Summary

      • Methods inherited from class java.nio.file.FileSystemException

        getFile, getMessage, getOtherFile, getReason
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • FileStoreConstraintException

        public FileStoreConstraintException​(java.lang.String file,
                                            java.lang.String other,
                                            java.lang.String reason)