Searched refs:FileLookupException (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookupException.java25 * $Id: FileLookupException.java,v 1.2 2008/06/25 05:53:05 qcheng Exp $
34 public class FileLookupException extends Exception { class in inherits:Exception
38 public FileLookupException() { method in class:FileLookupException
47 public FileLookupException(String msg) { method in class:FileLookupException
H A DFileLookup.java128 * @throws FileLookupException
138 ) throws FileLookupException {
141 throw new FileLookupException("filename is null");
376 * @throws FileLookupException
386 ) throws FileLookupException {
403 * @throws FileLookupException
414 ) throws FileLookupException {
473 * @throws FileLookupException
480 ) throws FileLookupException {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/search/
H A DFileLookupException.java25 * $Id: FileLookupException.java,v 1.2 2008/06/25 05:53:05 qcheng Exp $
34 public class FileLookupException extends Exception { class in inherits:Exception
38 public FileLookupException() { method in class:FileLookupException
47 public FileLookupException(String msg) { method in class:FileLookupException
H A DFileLookup.java128 * @throws FileLookupException
138 ) throws FileLookupException {
141 throw new FileLookupException("filename is null");
376 * @throws FileLookupException
386 ) throws FileLookupException {
403 * @throws FileLookupException
414 ) throws FileLookupException {
473 * @throws FileLookupException
480 ) throws FileLookupException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java35 import com.sun.identity.shared.search.FileLookupException;
107 } catch (FileLookupException fe) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DResourceLookup.java35 import com.sun.identity.shared.search.FileLookupException;
107 } catch (FileLookupException fe) {

Completed in 57 milliseconds