We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
IFSFileImpl
1 parent e2e4189 commit 49168eeCopy full SHA for 49168ee
src/main/java/com/ibm/as400/access/IFSFileImpl.java
@@ -98,9 +98,9 @@ int renameTo(IFSFileImpl file)
98
int getCCSID(boolean retrieveAll) throws IOException, AS400SecurityException;
99
String getOwnerName(boolean retrieveAll) throws IOException, AS400SecurityException;
100
//@AC7 End
101
- String getText();
102
- String getCodePage();
103
- Hashtable getExtendedAttributes();
+ String getText() throws IOException, AS400SecurityException;
+ String getCodePage() throws IOException, AS400SecurityException;
+ Hashtable getExtendedAttributes() throws IOException, AS400SecurityException;
104
105
}
106
0 commit comments