|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.nimbusds.srp6.SRP6Exception
public class SRP6Exception
Secure Remote Password (SRP-6a) exception.
| Nested Class Summary | |
|---|---|
static class |
SRP6Exception.CauseType
SRP-6a exception causes. |
| Constructor Summary | |
|---|---|
SRP6Exception(java.lang.String message,
SRP6Exception.CauseType cause)
Creates a new Secure Remote Password (SRP-6a) exception with the specified message. |
|
| Method Summary | |
|---|---|
SRP6Exception.CauseType |
getCauseType()
Gets the cause type for this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SRP6Exception(java.lang.String message,
SRP6Exception.CauseType cause)
message - The exception message.cause - The exception cause type. Must not be null.| Method Detail |
|---|
public SRP6Exception.CauseType getCauseType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||