Serializable
public class ScramServerErrorException extends ScramException
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.
|
Modifier and Type | Method | Description |
---|---|---|
ServerFinalMessage.Error |
getError() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getCause, initCause, toString
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ScramServerErrorException(ServerFinalMessage.Error error)
error
- The SCRAM error in the messagepublic ScramServerErrorException(ServerFinalMessage.Error error, Throwable ex)
error
- The SCRAM error in the messageex
- The root exceptionpublic ServerFinalMessage.Error getError()
Copyright © 2017–2018. All rights reserved.