Package com.github.glusk.srp6_variables
Class SRP6SecurityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.github.glusk.srp6_variables.SRP6Exception
-
- com.github.glusk.srp6_variables.SRP6SecurityException
-
- All Implemented Interfaces:
Serializable
public class SRP6SecurityException extends SRP6Exception
An SRP-6 Security Exception.This exception indicates a security error.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SRP6SecurityException(String reason)Creates a new SRP-6 Security 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
-
SRP6SecurityException
public SRP6SecurityException(String reason)
Creates a new SRP-6 Security Exception.- Parameters:
reason- a brief explanation as to why this exception was raised
-
-