Searched refs:COSNotFoundException (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSNotFoundException.java25 * $Id: COSNotFoundException.java,v 1.3 2008/06/25 05:41:46 qcheng Exp $
37 public class COSNotFoundException extends UMSException { class in inherits:UMSException
42 public COSNotFoundException() { method in class:COSNotFoundException
51 public COSNotFoundException(String msg) { method in class:COSNotFoundException
63 public COSNotFoundException(String msg, Throwable rootCause) { method in class:COSNotFoundException
H A DDirectCOSDefinition.java278 * @throws COSNotFoundException
284 public COSTemplate getCOSTemplate(String name) throws COSNotFoundException,
296 throw new COSNotFoundException(msg);
H A DCOSManager.java239 * @throws COSNotFoundException if the COS object is not found.
243 COSNotFoundException {
258 throw new COSNotFoundException(msg);
/forgerock/openam/openam-core/src/main/java/com/iplanet/ums/cos/
H A DCOSNotFoundException.java25 * $Id: COSNotFoundException.java,v 1.3 2008/06/25 05:41:46 qcheng Exp $
37 public class COSNotFoundException extends UMSException { class in inherits:UMSException
42 public COSNotFoundException() { method in class:COSNotFoundException
51 public COSNotFoundException(String msg) { method in class:COSNotFoundException
63 public COSNotFoundException(String msg, Throwable rootCause) { method in class:COSNotFoundException
H A DDirectCOSDefinition.java278 * @throws COSNotFoundException
284 public COSTemplate getCOSTemplate(String name) throws COSNotFoundException,
296 throw new COSNotFoundException(msg);
H A DCOSManager.java239 * @throws COSNotFoundException if the COS object is not found.
243 COSNotFoundException {
258 throw new COSNotFoundException(msg);
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java84 import com.iplanet.ums.cos.COSNotFoundException;
3103 } catch (COSNotFoundException e) {
3241 } catch (COSNotFoundException e) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DDirectoryServicesImpl.java84 import com.iplanet.ums.cos.COSNotFoundException;
3103 } catch (COSNotFoundException e) {
3241 } catch (COSNotFoundException e) {

Completed in 64 milliseconds