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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java25 * $Id: IdRepoException.java,v 1.8 2009/11/19 18:18:47 bhavnab Exp $
53 public class IdRepoException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
74 public IdRepoException() { method in class:IdRepoException
82 public IdRepoException(String msg) { method in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { method in class:IdRepoException
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) method in class:IdRepoException
146 public IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) { method in class:IdRepoException
172 public IdRepoException(String rbName, String errorCode, Object[] args) { method in class:IdRepoException
186 * @see #IdRepoException(String, String, Object[])
208 * @see #IdRepoException(Strin
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/
H A DIdRepoException.java25 * $Id: IdRepoException.java,v 1.8 2009/11/19 18:18:47 bhavnab Exp $
53 public class IdRepoException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
74 public IdRepoException() { method in class:IdRepoException
82 public IdRepoException(String msg) { method in class:IdRepoException
86 public IdRepoException(String msg, String errorCode) { method in class:IdRepoException
116 public IdRepoException(String rbName, String errorCode, String ldapErrCode, Object[] args) method in class:IdRepoException
146 public IdRepoException(String rbName, String errorCode, ResultCode ldapResultCode, Object[] args) { method in class:IdRepoException
172 public IdRepoException(String rbName, String errorCode, Object[] args) { method in class:IdRepoException
186 * @see #IdRepoException(String, String, Object[])
208 * @see #IdRepoException(Strin
[all...]

Completed in 334 milliseconds