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

/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOException.java25 * $Id: SSOException.java,v 1.5 2008/06/25 05:41:42 qcheng Exp $
35 * This <code>SSOException</code> is thrown when there are single sign on token
40 public class SSOException extends L10NMessageImpl { class in inherits:L10NMessageImpl
45 * Constructs a <code>SSOException</code> with a detail message.
49 public SSOException(String msg) { method in class:SSOException
54 * Constructs a <code>SSOException</code> with a detailed localizable error
69 public SSOException(String bundleName, String errCode, Object[] args) { method in class:SSOException
74 * Constructs a <code>SSOException</code> with a specified throwable cause
80 public SSOException(Throwable t) { method in class:SSOException
/forgerock/openam/openam-shared/src/main/java/com/iplanet/sso/
H A DSSOException.java25 * $Id: SSOException.java,v 1.5 2008/06/25 05:41:42 qcheng Exp $
35 * This <code>SSOException</code> is thrown when there are single sign on token
40 public class SSOException extends L10NMessageImpl { class in inherits:L10NMessageImpl
45 * Constructs a <code>SSOException</code> with a detail message.
49 public SSOException(String msg) { method in class:SSOException
54 * Constructs a <code>SSOException</code> with a detailed localizable error
69 public SSOException(String bundleName, String errCode, Object[] args) { method in class:SSOException
74 * Constructs a <code>SSOException</code> with a specified throwable cause
80 public SSOException(Throwable t) { method in class:SSOException

Completed in 32 milliseconds