Package | Description |
---|---|
com.ongres.scram.common.exception | |
com.ongres.scram.common.message |
Modifier and Type | Field and Description |
---|---|
private ServerFinalMessage.Error |
ScramServerErrorException.error |
Modifier and Type | Method and Description |
---|---|
ServerFinalMessage.Error |
ScramServerErrorException.getError() |
Modifier and Type | Method and Description |
---|---|
private static java.lang.String |
ScramServerErrorException.toString(ServerFinalMessage.Error error) |
Constructor and 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.
|
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.String,ServerFinalMessage.Error> |
ServerFinalMessage.Error.BY_NAME_MAPPING |
private java.util.Optional<ServerFinalMessage.Error> |
ServerFinalMessage.error |
Modifier and Type | Method and Description |
---|---|
static ServerFinalMessage.Error |
ServerFinalMessage.Error.getByErrorMessage(java.lang.String errorMessage) |
static ServerFinalMessage.Error |
ServerFinalMessage.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.
|
Modifier and Type | Method and Description |
---|---|
java.util.Optional<ServerFinalMessage.Error> |
ServerFinalMessage.getError() |
Constructor and Description |
---|
ServerFinalMessage(ServerFinalMessage.Error error)
Constructs a server-final-message which represents a SCRAM error.
|