public class OAIErrorException
extends java.lang.Exception
Constructor and Description |
---|
OAIErrorException(java.lang.String errorCode,
java.lang.String errorMsg)
Constructor for the OAIErrorException object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOAIErrorCode()
Gets the oAIErrorCode attribute of the OAIErrorException object
|
java.lang.String |
getOAIErrorMessage()
Gets the oAIErrorMessage attribute of the OAIErrorException object
|
public OAIErrorException(java.lang.String errorCode, java.lang.String errorMsg)
errorCode
- The OAI error code.errorMsg
- Description of the error.public java.lang.String getOAIErrorCode()
public java.lang.String getOAIErrorMessage()