Class ScaModuleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.adorsys.ledgers.util.exception.ScaModuleException
-
- All Implemented Interfaces:
Serializable
public class ScaModuleException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ScaModuleException()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ScaModuleExceptionbuildAttemptsException(int attemptsLeft, boolean isLoginOperation)static ScaModuleExceptionbuildScaSenderException(String devMessage)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
buildAttemptsException
public static ScaModuleException buildAttemptsException(int attemptsLeft, boolean isLoginOperation)
-
buildScaSenderException
public static ScaModuleException buildScaSenderException(String devMessage)
-
-