org.kie.commons.java.nio.file
Class FileSystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.commons.java.nio.IOException
org.kie.commons.java.nio.file.FileSystemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccessDeniedException, AtomicMoveNotSupportedException, DirectoryNotEmptyException, FileAlreadyExistsException, NoSuchFileException, NotDirectoryException, NotLinkException
public class FileSystemException
- extends IOException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FileSystemException
public FileSystemException()
FileSystemException
public FileSystemException(String file)
FileSystemException
public FileSystemException(String file,
String other,
String reason)
getFile
public String getFile()
getOtherFile
public String getOtherFile()
getReason
public String getReason()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.