- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.glusk.srp6_variables.SRP6Exception
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SRP6PaddingException,SRP6SecurityException
public class SRP6Exception extends Exception
An SRP-6 Exception.This exception indicates a general protocol error.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SRP6Exception(String reason)Creates a new SRP-6 Exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SRP6Exception
public SRP6Exception(String reason)
Creates a new SRP-6 Exception.- Parameters:
reason- a brief explanation as to why this exception was raised
-
-