Uses of Enum Class
com.ongres.scram.common.message.ServerFinalMessage.Error
Packages that use ServerFinalMessage.Error
-
Uses of ServerFinalMessage.Error in com.ongres.scram.common.exception
Fields in com.ongres.scram.common.exception declared as ServerFinalMessage.ErrorModifier and TypeFieldDescriptionprivate final ServerFinalMessage.ErrorScramServerErrorException.errorMethods in com.ongres.scram.common.exception that return ServerFinalMessage.ErrorMethods in com.ongres.scram.common.exception with parameters of type ServerFinalMessage.ErrorModifier and TypeMethodDescriptionprivate static StringScramServerErrorException.toString(ServerFinalMessage.Error error) Constructors in com.ongres.scram.common.exception with parameters of type ServerFinalMessage.ErrorModifierConstructorDescriptionConstructs a new instance of ScramServerErrorException with a detailed message.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.ErrorFields in com.ongres.scram.common.message with type parameters of type ServerFinalMessage.ErrorModifier and TypeFieldDescriptionprivate static final Map<String, ServerFinalMessage.Error> ServerFinalMessage.Error.BY_NAME_MAPPINGMethods in com.ongres.scram.common.message that return ServerFinalMessage.ErrorModifier and TypeMethodDescriptionstatic ServerFinalMessage.ErrorServerFinalMessage.Error.getByErrorMessage(String errorMessage) ServerFinalMessage.getError()static ServerFinalMessage.ErrorReturns the enum constant of this class with the specified name.static ServerFinalMessage.Error[]ServerFinalMessage.Error.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.ongres.scram.common.message that return types with arguments of type ServerFinalMessage.ErrorModifier and TypeMethodDescriptionprivate static Map<String, ServerFinalMessage.Error> ServerFinalMessage.Error.valuesAsMap()Constructors in com.ongres.scram.common.message with parameters of type ServerFinalMessage.ErrorModifierConstructorDescriptionConstructs a server-final-message which represents a SCRAM error.