Package de.bsvrz.sys.funclib.srp6
Class SRP6Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.bsvrz.sys.funclib.srp6.SRP6Exception
- All Implemented Interfaces:
Serializable
Secure Remote Password (SRP-6a) exception.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSRP6Exception
(String message, SRP6Exception.CauseType cause) Creates a new Secure Remote Password (SRP-6a) exception with the specified message. -
Method Summary
Modifier and TypeMethodDescriptionGets the cause type for this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SRP6Exception
Creates a new Secure Remote Password (SRP-6a) exception with the specified message.- Parameters:
message
- The exception message.cause
- The exception cause type. Must not benull
.
-
-
Method Details
-
getCauseType
Gets the cause type for this exception.- Returns:
- The exception cause type.
-