Uses of Class
com.ongres.scram.common.message.ServerFinalMessage.Error
-
Packages that use ServerFinalMessage.Error Package Description com.ongres.scram.common.exception com.ongres.scram.common.message -
-
Uses of ServerFinalMessage.Error in com.ongres.scram.common.exception
Methods in com.ongres.scram.common.exception that return ServerFinalMessage.Error Modifier and Type Method Description ServerFinalMessage.ErrorScramServerErrorException. getError()Constructors in com.ongres.scram.common.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.ongres.scram.common.message
Methods in com.ongres.scram.common.message that return ServerFinalMessage.Error Modifier and Type Method Description static ServerFinalMessage.ErrorServerFinalMessage.Error. getByErrorMessage(String errorMessage)ServerFinalMessage.ErrorServerFinalMessage. getError()static ServerFinalMessage.ErrorServerFinalMessage.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.ongres.scram.common.message with parameters of type ServerFinalMessage.Error Constructor Description ServerFinalMessage(ServerFinalMessage.Error error)Constructs a server-final-message which represents a SCRAM error.
-