Searched refs:pmIncompleteFormException (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmIncompleteFormException.java28 * pmIncompleteFormException.java
36 class pmIncompleteFormException extends pmGuiException { class in inherits:pmGuiException
37 public pmIncompleteFormException(String s) { method in class:pmIncompleteFormException
40 public pmIncompleteFormException() { method in class:pmIncompleteFormException
H A DpmLogin.java316 public void getLDAPServer() throws pmIncompleteFormException {
322 throw new pmIncompleteFormException(
327 public void getLDAPDN() throws pmIncompleteFormException {
333 throw new pmIncompleteFormException(
338 public void getLDAPPassword() throws pmIncompleteFormException {
347 throw new pmIncompleteFormException(
364 } catch (pmIncompleteFormException fe) {
H A DpmAccess.java203 throw new pmIncompleteFormException(
210 throw new pmIncompleteFormException(
217 throw new pmIncompleteFormException(
224 throw new pmIncompleteFormException(
382 } catch (pmIncompleteFormException ix) {
H A DpmInstallPrinter.java902 throw new pmIncompleteFormException(
908 throw new pmIncompleteFormException(
934 throw new pmIncompleteFormException
945 throw new pmIncompleteFormException
952 public void getNetworkInfo() throws pmIncompleteFormException {
956 throw new pmIncompleteFormException(
962 throw new pmIncompleteFormException(
1212 } catch (pmIncompleteFormException ie) {
1213 throw new pmIncompleteFormException(ie.getMessage());
1260 } catch (pmIncompleteFormException i
[all...]
H A DMakefile65 pmIncompleteFormException.class \

Completed in 68 milliseconds