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
Fields in com.ongres.scram.common.exception declared as ServerFinalMessage.Error Modifier and Type Field Description private ServerFinalMessage.ErrorScramServerErrorException. errorMethods in com.ongres.scram.common.exception that return ServerFinalMessage.Error Modifier and Type Method Description ServerFinalMessage.ErrorScramServerErrorException. getError()Methods in com.ongres.scram.common.exception with parameters of type ServerFinalMessage.Error Modifier and Type Method Description private static java.lang.StringScramServerErrorException. toString(ServerFinalMessage.Error error)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, java.lang.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
Fields in com.ongres.scram.common.message declared as ServerFinalMessage.Error Modifier and Type Field Description private ServerFinalMessage.ErrorServerFinalMessage. errorFields in com.ongres.scram.common.message with type parameters of type ServerFinalMessage.Error Modifier and Type Field Description private static java.util.Map<java.lang.String,ServerFinalMessage.Error>ServerFinalMessage.Error. BY_NAME_MAPPINGMethods in com.ongres.scram.common.message that return ServerFinalMessage.Error Modifier and Type Method Description static ServerFinalMessage.ErrorServerFinalMessage.Error. getByErrorMessage(java.lang.String errorMessage)ServerFinalMessage.ErrorServerFinalMessage. getError()static ServerFinalMessage.ErrorServerFinalMessage.Error. valueOf(java.lang.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.Methods in com.ongres.scram.common.message that return types with arguments of type ServerFinalMessage.Error Modifier and Type Method Description private static java.util.Map<java.lang.String,ServerFinalMessage.Error>ServerFinalMessage.Error. valuesAsMap()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.
-