Module RandomTrainSimWorld2.main
Class PermissionDeniedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.SecurityException
com.github.freddyyj.randomtrainsimworld.exception.PermissionDeniedException
- All Implemented Interfaces:
Serializable
public class PermissionDeniedException extends SecurityException
an
SecurityException
, but has file name that occur this error
This exception is thrown if file has no permission to access, read, or write.
- Version:
- 0.2.0
- Author:
- FreddyYJ_
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description PermissionDeniedException(String file)
PermissionDeniedException(String s, String file)
PermissionDeniedException(String message, Throwable cause, String file)
PermissionDeniedException(Throwable cause, String file)
-
Method Summary
Modifier and Type Method Description String
getErrorFile()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString