Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/com/sun/star/sdbcx/comp/hsqldb/
H A DFileSystemRuntimeException.java46 public FileSystemRuntimeException(int _errorCode) { in FileSystemRuntimeException() argument
48 errorCode = _errorCode; in FileSystemRuntimeException()
51 public FileSystemRuntimeException(String _message, int _errorCode) { in FileSystemRuntimeException() argument
53 errorCode = _errorCode; in FileSystemRuntimeException()
56 public FileSystemRuntimeException(String _message, java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() argument
58 errorCode = _errorCode; in FileSystemRuntimeException()
61 public FileSystemRuntimeException(java.lang.Throwable _cause, int _errorCode) { in FileSystemRuntimeException() argument
63 errorCode = _errorCode; in FileSystemRuntimeException()

Completed in 4 milliseconds