Class PasscodeNotConsumedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.broadleafcommerce.auth.passcode.service.PasscodeNotConsumedException
-
- All Implemented Interfaces:
Serializable
public class PasscodeNotConsumedException extends Exception
Thrown when there is an exception during Passcode consumption- Author:
- Cade Rea (cade-rea)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasscodeNotConsumedException()
PasscodeNotConsumedException(String message)
PasscodeNotConsumedException(String message, Throwable cause)
PasscodeNotConsumedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
PasscodeNotConsumedException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-