Home
last modified time | relevance | path

Searched refs:_cause (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/connectivity/java/sdbc_hsqldb/src/org/hsqldb/lib/
H A DFileSystemRuntimeException.java56 public FileSystemRuntimeException(String _message, java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() argument
57 super(_message, _cause); in FileSystemRuntimeException()
61 public FileSystemRuntimeException(java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() argument
62 super(_cause); in FileSystemRuntimeException()

Completed in 11 milliseconds