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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DInvalidAttributeNameException.java25 * $Id: InvalidAttributeNameException.java,v 1.3 2008/06/25 05:44:04 qcheng Exp $
32 * The <code>InvalidAttributeNameException</code> is thrown to indicate that
40 public class InvalidAttributeNameException extends SMSException { class in inherits:SMSException
42 * Constructs an <code>InvalidAttributeNameException</code> with no
45 public InvalidAttributeNameException() { method in class:InvalidAttributeNameException
50 * Constructs an <code>InvalidAttributeNameException</code> with the
56 public InvalidAttributeNameException(String s) { method in class:InvalidAttributeNameException
61 * Constructs an <code>InvalidAttributeNameException</code> with the
75 public InvalidAttributeNameException(String rbName, String errorCode, method in class:InvalidAttributeNameException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DInvalidAttributeNameException.java25 * $Id: InvalidAttributeNameException.java,v 1.3 2008/06/25 05:44:04 qcheng Exp $
32 * The <code>InvalidAttributeNameException</code> is thrown to indicate that
40 public class InvalidAttributeNameException extends SMSException { class in inherits:SMSException
42 * Constructs an <code>InvalidAttributeNameException</code> with no
45 public InvalidAttributeNameException() { method in class:InvalidAttributeNameException
50 * Constructs an <code>InvalidAttributeNameException</code> with the
56 public InvalidAttributeNameException(String s) { method in class:InvalidAttributeNameException
61 * Constructs an <code>InvalidAttributeNameException</code> with the
75 public InvalidAttributeNameException(String rbName, String errorCode, method in class:InvalidAttributeNameException

Completed in 23 milliseconds