Package | Description |
---|---|
com.ongres.scram.common.exception | |
com.ongres.scram.common.message |
Modifier and Type | Method and Description |
---|---|
ServerFinalMessage.Error |
ScramServerErrorException.getError() |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
static ServerFinalMessage.Error |
ServerFinalMessage.Error.getByErrorMessage(String errorMessage) |
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.
|
Modifier and Type | Method and Description |
---|---|
Optional<ServerFinalMessage.Error> |
ServerFinalMessage.getError() |
Constructor and Description |
---|
ServerFinalMessage(ServerFinalMessage.Error error)
Constructs a server-final-message which represents a SCRAM error.
|
Copyright © 2017–2021. All rights reserved.