Searched refs:FILE_NOT_FOUND (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java145 * FILE_NOT_FOUND(19) This exception is thrown if ADAL tries to open a file
148 public final static int FILE_NOT_FOUND = 19; field in class:LDAPServiceException
H A DDSConfigMgr.java146 LDAPServiceException.FILE_NOT_FOUND,
161 LDAPServiceException.FILE_NOT_FOUND, ex.getMessage());
413 throw new LDAPServiceException(LDAPServiceException.FILE_NOT_FOUND, e);
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/ldap/
H A DLDAPServiceException.java145 * FILE_NOT_FOUND(19) This exception is thrown if ADAL tries to open a file
148 public final static int FILE_NOT_FOUND = 19; field in class:LDAPServiceException
H A DDSConfigMgr.java159 LDAPServiceException.FILE_NOT_FOUND,
174 LDAPServiceException.FILE_NOT_FOUND, ex.getMessage());
475 throw new LDAPServiceException(LDAPServiceException.FILE_NOT_FOUND, e);

Completed in 32 milliseconds