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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaException.java25 * $Id: SchemaException.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The <code>SchemaException</code> is thrown if the error encountered is
40 public class SchemaException extends SMSException { class in inherits:SMSException
42 * Constructs an <code>SchemaException</code> with no specified detail
45 public SchemaException() { method in class:SchemaException
50 * Constructs an <code>SchemaException</code> with the specified detail
56 public SchemaException(String s) { method in class:SchemaException
61 * Constructs an <code>SchemaException</code> with the specified error
75 public SchemaException(String rbName, String errorCode, Object[] args) { method in class:SchemaException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/
H A DSchemaException.java25 * $Id: SchemaException.java,v 1.3 2008/06/25 05:44:05 qcheng Exp $
32 * The <code>SchemaException</code> is thrown if the error encountered is
40 public class SchemaException extends SMSException { class in inherits:SMSException
42 * Constructs an <code>SchemaException</code> with no specified detail
45 public SchemaException() { method in class:SchemaException
50 * Constructs an <code>SchemaException</code> with the specified detail
56 public SchemaException(String s) { method in class:SchemaException
61 * Constructs an <code>SchemaException</code> with the specified error
75 public SchemaException(String rbName, String errorCode, Object[] args) { method in class:SchemaException

Completed in 31 milliseconds