Searched defs:SendNotificationException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DSendNotificationException.java25 * $Id: SendNotificationException.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
32 * The <code>SendNotificationException </code> class is used to throw
38 public class SendNotificationException extends Exception { class in inherits:Exception
45 * Constructs an instance of the <code>SendNotificationException</code>
52 public SendNotificationException(String msg) { method in class:SendNotificationException
57 * Constructs an instance of the <code>SendNotificationException</code>
64 public SendNotificationException(Throwable t) { method in class:SendNotificationException
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/server/
H A DSendNotificationException.java25 * $Id: SendNotificationException.java,v 1.2 2008/06/25 05:41:35 qcheng Exp $
32 * The <code>SendNotificationException </code> class is used to throw
38 public class SendNotificationException extends Exception { class in inherits:Exception
45 * Constructs an instance of the <code>SendNotificationException</code>
52 public SendNotificationException(String msg) { method in class:SendNotificationException
57 * Constructs an instance of the <code>SendNotificationException</code>
64 public SendNotificationException(Throwable t) { method in class:SendNotificationException

Completed in 26 milliseconds