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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionException.java25 * $Id: ClientDetectionException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
32 * The <code>ClientDetectionException</code> class is used to throw exceptions
37 public class ClientDetectionException extends Exception { class in inherits:Exception
39 * Constructs an instance of the <code>ClientDetectionException</code>
46 public ClientDetectionException(String msg) { method in class:ClientDetectionException
52 * Constructs an instance of the <code>ClientDetectionException</code>
59 public ClientDetectionException(Throwable t) { method in class:ClientDetectionException
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/cdm/
H A DClientDetectionException.java25 * $Id: ClientDetectionException.java,v 1.3 2008/06/25 05:41:32 qcheng Exp $
32 * The <code>ClientDetectionException</code> class is used to throw exceptions
37 public class ClientDetectionException extends Exception { class in inherits:Exception
39 * Constructs an instance of the <code>ClientDetectionException</code>
46 public ClientDetectionException(String msg) { method in class:ClientDetectionException
52 * Constructs an instance of the <code>ClientDetectionException</code>
59 public ClientDetectionException(Throwable t) { method in class:ClientDetectionException

Completed in 35 milliseconds