Class ServerErrorValue
java.lang.Object
com.ongres.scram.common.exception.ServerErrorValue
This attribute specifies an error that occurred during authentication exchange. It is sent by the
server in its final message and can help diagnose the reason for the authentication exchange
failure.
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetErrorMessage(String errorValue) This get the error message used in aScramServerErrorException.
-
Method Details
-
getErrorMessage
This get the error message used in aScramServerErrorException.- Parameters:
errorValue- theserver-error-valuesend by the server- Returns:
- String with a user friendly message about the error
-