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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java25 * $Id: DelegationException.java,v 1.3 2008/06/25 05:43:24 qcheng Exp $
34 * The class <code>DelegationException</code> is the basic exception for the
37 public class DelegationException extends ChainedException { class in inherits:ChainedException
40 * Constructs an instance of the <code>DelegationException</code> class.
46 public DelegationException(String message) { method in class:DelegationException
51 * Constructs an instance of the <code>DelegationException</code> class.
57 public DelegationException(Throwable nestedException) { method in class:DelegationException
62 * Constructs an instance of the <code>DelegationException</code> class.
69 public DelegationException(String message, Throwable nestedException) { method in class:DelegationException
74 * Constructs an instance of <code>DelegationException</cod
95 public DelegationException(String rbName, String errorCode, Object[] args, method in class:DelegationException
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java25 * $Id: DelegationException.java,v 1.3 2008/06/25 05:43:24 qcheng Exp $
34 * The class <code>DelegationException</code> is the basic exception for the
37 public class DelegationException extends ChainedException { class in inherits:ChainedException
40 * Constructs an instance of the <code>DelegationException</code> class.
46 public DelegationException(String message) { method in class:DelegationException
51 * Constructs an instance of the <code>DelegationException</code> class.
57 public DelegationException(Throwable nestedException) { method in class:DelegationException
62 * Constructs an instance of the <code>DelegationException</code> class.
69 public DelegationException(String message, Throwable nestedException) { method in class:DelegationException
74 * Constructs an instance of <code>DelegationException</cod
95 public DelegationException(String rbName, String errorCode, Object[] args, method in class:DelegationException
[all...]

Completed in 56 milliseconds