Searched refs:InvalidAttributeNameException (Results 1 - 8 of 8) 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
H A DServiceSchemaImpl.java516 throw (new InvalidAttributeNameException(
576 * @throws InvalidAttributeNameException
580 ) throws SMSException, InvalidAttributeNameException {
585 throw new InvalidAttributeNameException(
H A DServiceSchema.java431 throw new InvalidAttributeNameException(
629 throw (new 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
H A DServiceSchema.java437 throw new InvalidAttributeNameException(
646 throw (new InvalidAttributeNameException(
H A DServiceSchemaImpl.java554 throw (new InvalidAttributeNameException(
621 throw new InvalidAttributeNameException(
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java46 import com.sun.identity.sm.InvalidAttributeNameException;
1046 throw new InvalidAttributeNameException(IUMSConstants.UMS_BUNDLE_NAME,
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java47 import com.sun.identity.sm.InvalidAttributeNameException;
1059 throw new InvalidAttributeNameException(IUMSConstants.UMS_BUNDLE_NAME,

Completed in 37 milliseconds