public class NotMasterRepositorySchemaException extends NotRepositorySchemaException
| Constructor and Description |
|---|
NotMasterRepositorySchemaException()
Default error message for this constructor is
Messages.ERR_REPOSITORY_TYPE_MISMATCH. |
NotMasterRepositorySchemaException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
NotMasterRepositorySchemaException(java.lang.Throwable pClase)
Default error message for this constructor is
Messages.ERR_REPOSITORY_TYPE_MISMATCH. |
NotMasterRepositorySchemaException(java.lang.Throwable pCause,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
Base constructor with custom error message.
|
getErrorID, getErrorMsgHandle, getLocalizedMessage, getLocalizedMessage, getMessagepublic NotMasterRepositorySchemaException(oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pErrorMsg - custom error message.pMsgArgs - error message arguments.public NotMasterRepositorySchemaException()
Messages.ERR_REPOSITORY_TYPE_MISMATCH.public NotMasterRepositorySchemaException(java.lang.Throwable pCause,
oracle.odi.internal.util.MessageHandle pErrorMsg,
java.lang.Object[] pMsgArgs)
pCause - exception root cause.pErrorMsg - custom error message.pMsgArgs - error message arguments.public NotMasterRepositorySchemaException(java.lang.Throwable pClase)
Messages.ERR_REPOSITORY_TYPE_MISMATCH.pClase - cause of exception.