Searched refs:FileSystemRuntimeException (Results 1 – 3 of 3) sorted by relevance
39 public class FileSystemRuntimeException extends java.lang.RuntimeException { class46 public FileSystemRuntimeException(int _errorCode) { in FileSystemRuntimeException() method in FileSystemRuntimeException51 public FileSystemRuntimeException(String _message, int _errorCode) { in FileSystemRuntimeException() method in FileSystemRuntimeException56 public FileSystemRuntimeException(String _message, java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() method in FileSystemRuntimeException61 public FileSystemRuntimeException(java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() method in FileSystemRuntimeException
31 import org.hsqldb.lib.FileSystemRuntimeException;67 …throw new FileSystemRuntimeException( e, FileSystemRuntimeException.fileAccessRemoveElementFailed … in removeElement()78 …throw new FileSystemRuntimeException( e, FileSystemRuntimeException.fileAccessRenameElementFailed … in renameElement()
50 FileSystemRuntimeException.java\
Completed in 9 milliseconds