Uses of Class
com.impossibl.postgres.protocol.sasl.scram.message.ServerFinalMessage.Error
-
Packages that use ServerFinalMessage.Error Package Description com.impossibl.postgres.protocol.sasl.scram.exception com.impossibl.postgres.protocol.sasl.scram.message -
-
Uses of ServerFinalMessage.Error in com.impossibl.postgres.protocol.sasl.scram.exception
Methods in com.impossibl.postgres.protocol.sasl.scram.exception that return ServerFinalMessage.Error Modifier and Type Method Description ServerFinalMessage.Error
ScramServerErrorException. getError()
Constructors in com.impossibl.postgres.protocol.sasl.scram.exception with parameters of type ServerFinalMessage.Error Constructor Description ScramServerErrorException(ServerFinalMessage.Error error)
Constructs a new instance of ScramServerErrorException with a detailed message.ScramServerErrorException(ServerFinalMessage.Error error, Throwable ex)
Constructs a new instance of ScramServerErrorException with a detailed message and a root cause. -
Uses of ServerFinalMessage.Error in com.impossibl.postgres.protocol.sasl.scram.message
Methods in com.impossibl.postgres.protocol.sasl.scram.message that return ServerFinalMessage.Error Modifier and Type Method Description static ServerFinalMessage.Error
ServerFinalMessage.Error. getByErrorMessage(String errorMessage)
ServerFinalMessage.Error
ServerFinalMessage. getError()
static ServerFinalMessage.Error
ServerFinalMessage.Error. valueOf(String name)
Returns the enum constant of this type with the specified name.static ServerFinalMessage.Error[]
ServerFinalMessage.Error. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.impossibl.postgres.protocol.sasl.scram.message with parameters of type ServerFinalMessage.Error Constructor Description ServerFinalMessage(ServerFinalMessage.Error error)
Constructs a server-final-message which represents a SCRAM error.
-