public class SchemaException extends SMSException
SchemaException
is thrown if the error encountered is
related to the schema.Exception
,
Throwable
,
Serialized FormConstructor and Description |
---|
SchemaException()
Constructs an
SchemaException with no specified detail
message. |
SchemaException(String s)
Constructs an
SchemaException with the specified detail
message. |
SchemaException(String rbName,
String errorCode,
Object[] args)
Constructs an
SchemaException with the specified error
code. |
getErrorCode, getExceptionCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public SchemaException()
SchemaException
with no specified detail
message.public SchemaException(String s)
SchemaException
with the specified detail
message.s
- the detail message.public SchemaException(String rbName, String errorCode, 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.Copyright © 2010-2018, ForgeRock All Rights Reserved.