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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java31 import com.sun.identity.common.ChainedException;
37 public class DelegationException extends ChainedException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/delegation/
H A DDelegationException.java31 import com.sun.identity.common.ChainedException;
37 public class DelegationException extends ChainedException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/
H A DChainedException.java25 * $Id: ChainedException.java,v 1.3 2008/06/25 05:42:25 qcheng Exp $
45 public class ChainedException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
65 public ChainedException() { method in class:ChainedException
76 public ChainedException(String message, Throwable nestedException) { method in class:ChainedException
87 public ChainedException(Throwable nestedException) { method in class:ChainedException
104 public ChainedException(String message) { method in class:ChainedException
109 * Constructor Constructs an instance of <code> ChainedException </code> to
129 public ChainedException(String rbName, String errorCode, Object[] args, method in class:ChainedException
143 * @see #ChainedException(String, String, Object[], Throwable)
165 * @see #ChainedException(Strin
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/
H A DChainedException.java25 * $Id: ChainedException.java,v 1.3 2008/06/25 05:42:25 qcheng Exp $
45 public class ChainedException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
65 public ChainedException() { method in class:ChainedException
76 public ChainedException(String message, Throwable nestedException) { method in class:ChainedException
87 public ChainedException(Throwable nestedException) { method in class:ChainedException
104 public ChainedException(String message) { method in class:ChainedException
109 * Constructor Constructs an instance of <code> ChainedException </code> to
129 public ChainedException(String rbName, String errorCode, Object[] args, method in class:ChainedException
143 * @see #ChainedException(String, String, Object[], Throwable)
165 * @see #ChainedException(Strin
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java25 * $Id: ChainedException.java,v 1.3 2008/06/25 05:43:43 qcheng Exp $
47 class ChainedException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
65 public ChainedException(String message, Throwable nestedException) { method in class:ChainedException
75 public ChainedException(Throwable nestedException) { method in class:ChainedException
90 public ChainedException(String message) { method in class:ChainedException
96 * Constructs an instance of <code> ChainedException </code> to pass the
113 public ChainedException( method in class:ChainedException
128 * @see #ChainedException(String, String, Object[], Throwable)
149 * @see #ChainedException(String, String, Object[], Throwable)
185 * @see #ChainedException(Strin
[all...]
H A DPolicyException.java39 public class PolicyException extends ChainedException {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DChainedException.java25 * $Id: ChainedException.java,v 1.3 2008/06/25 05:43:43 qcheng Exp $
47 class ChainedException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
65 public ChainedException(String message, Throwable nestedException) { method in class:ChainedException
75 public ChainedException(Throwable nestedException) { method in class:ChainedException
90 public ChainedException(String message) { method in class:ChainedException
96 * Constructs an instance of <code> ChainedException </code> to pass the
113 public ChainedException( method in class:ChainedException
128 * @see #ChainedException(String, String, Object[], Throwable)
149 * @see #ChainedException(String, String, Object[], Throwable)
185 * @see #ChainedException(Strin
[all...]
H A DPolicyException.java39 public class PolicyException extends ChainedException {

Completed in 1117 milliseconds