public class SRP6Exception
extends java.lang.Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
SRP6Exception.CauseType
SRP-6a exception causes.
|
| Constructor and Description |
|---|
SRP6Exception(java.lang.String message,
SRP6Exception.CauseType cause)
Creates a new Secure Remote Password (SRP-6a) exception with the
specified message.
|
| Modifier and Type | Method and Description |
|---|---|
SRP6Exception.CauseType |
getCauseType()
Gets the cause type for this exception.
|
public SRP6Exception(java.lang.String message,
SRP6Exception.CauseType cause)
message - The exception message.cause - The exception cause type. Must not be null.public SRP6Exception.CauseType getCauseType()