|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.sun.identity.sm.SMSException
|
+--com.sun.identity.sm.SchemaException
The SchemaException is thrown if the error encountered
is related to the schema.
Exception,
Throwable,
Serialized Form| Field Summary |
| Fields inherited from class com.sun.identity.sm.SMSException |
STATUS_ABORT, STATUS_CONFIG_PROBLEM, STATUS_LDAP_OP_FAILED, STATUS_NO_PERMISSION, STATUS_NONE, STATUS_QUO_ANTE, STATUS_REPEATEDLY_FAILED, STATUS_RETRY, STATUS_UNKNOWN_EXCEPTION |
| Constructor Summary | |
SchemaException()
Constructs an SchemaException with no
specified detail message. |
|
SchemaException(java.lang.String s)
Constructs an SchemaException with the specified
detail message. |
|
SchemaException(java.lang.String rbName,
java.lang.String errorCode,
java.lang.Object[] args)
Constructs an SchemaException with
the specified error code. |
|
| Methods inherited from class com.sun.identity.sm.SMSException |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public SchemaException()
SchemaException with no
specified detail message.
public SchemaException(java.lang.String s)
SchemaException with the specified
detail message.
s - the detail message.
public SchemaException(java.lang.String rbName,
java.lang.String errorCode,
java.lang.Object[] args)
SchemaException with
the specified error code. It can be used to pass localized
error message.
rbName - Resource Bundle name where localized error message
is located.errorCode - error code or message id to be used for
ResourceBundle.getString() to locate error messageargs - any arguments to be used for error message formatting
getMessage() will construct error message using
English resource bundle.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||