Class FilesystemPermissionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class FilesystemPermissionException
    extends java.lang.Exception
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.nio.file.Path path  
      java.lang.String user  
    • 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
    • Field Detail

      • path

        public java.nio.file.Path path
      • user

        public java.lang.String user
    • Constructor Detail

      • FilesystemPermissionException

        public FilesystemPermissionException​(java.nio.file.Path path,
                                             java.lang.String user)
      • FilesystemPermissionException

        public FilesystemPermissionException​(java.nio.file.Path path,
                                             java.lang.String user,
                                             java.lang.Exception e)