Package org.opencms.security.twofactor
Class CmsSecondFactorSetupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.security.twofactor.CmsSecondFactorSetupException
- All Implemented Interfaces:
Serializable
Exception for errors that happen when setting up the second factor.
- See Also:
-
Constructor Summary
ConstructorDescriptionCmsSecondFactorSetupException
(String message) Creates a new instance.CmsSecondFactorSetupException
(String message, Throwable cause) Creates a new instance.Creates a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsSecondFactorSetupException
Creates a new instance.- Parameters:
message
- the error message
-
CmsSecondFactorSetupException
Creates a new instance.- Parameters:
message
- the messagecause
- the cause
-
CmsSecondFactorSetupException
Creates a new instance.- Parameters:
cause
- the cause
-