Package net.rubygrapefruit.platform.file
Class FilePermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.rubygrapefruit.platform.NativeException
-
- net.rubygrapefruit.platform.file.FilePermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class FilePermissionException extends NativeException
Thrown when the user has insufficient permissions to perform some file system operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FilePermissionException(java.lang.String message)
-